Group: microsoft.public.access.queries · Group Profile · Search for Stocknumber in microsoft.public.access.queries
Author: KARL DEWEY
Date: Aug 19, 2008 07:45
I now know how to update a field, with text such as "record found", based on the contents of another field. I use something like this: update tableb,tablea set tableb.blankfield = "found" where tableb.stocknumber = tablea.stocknumber But I need to do something a little different, and I can't figure out how to do this: I have a file with a link to a table in another file. And just as
|