R
Robert Blackwell
I need to run an an update statement like this on an existing dbase query. I
know this script would work but AFAIK access doesn't use plain sql
statements like these and everything is wysiwyg
UPDATE _qryInactiveCustomers SET StatusID='2' WHERE StatusID='1';
how do I go about doing this?
know this script would work but AFAIK access doesn't use plain sql
statements like these and everything is wysiwyg
UPDATE _qryInactiveCustomers SET StatusID='2' WHERE StatusID='1';
how do I go about doing this?