I want to run an Update query multiple times in VBA accessing fields in a table to insert the 'change from' and 'change to' parameters into the SQL statement. Then use a loop to step thru the 'from/to' table thereby updating multiple records in the main table.
When I run the Subroutine I get the Update message asking if I want to continue.
Is there a way to suppress the message and let the update continue thru the loop? I don't want to click yes for the multiple times I want the query to run.
Thanks for any suggestions,
Vic
When I run the Subroutine I get the Update message asking if I want to continue.
Is there a way to suppress the message and let the update continue thru the loop? I don't want to click yes for the multiple times I want the query to run.
Thanks for any suggestions,
Vic