G
Guest
I am trying to execute an UPDATE on a single table that would look something
like:
UPDATE table SET IIF([F1] <> Me!cbxNumber, Me!cbxNumber),
IIF([F2] <> Me!cbxVendor, Me!cbxVendor);"
This syntax fails. Can someone please help me sort this out?
Thanks.
like:
UPDATE table SET IIF([F1] <> Me!cbxNumber, Me!cbxNumber),
IIF([F2] <> Me!cbxVendor, Me!cbxVendor);"
This syntax fails. Can someone please help me sort this out?
Thanks.