I have a series of update queries that I have to run on my data set. These queries set a series of different values. I have it set up for the queries to run one after another in VBA but I still am being asked if I want to update the data.
Here is the command to run the query
stDocName = "qry6mrfFlag"
DoCmd.OpenQuery stDocName, acNormal, acEdit
I know how to force a yes response in Excel but cannot seem to get it right in access.
Thanks
Here is the command to run the query
stDocName = "qry6mrfFlag"
DoCmd.OpenQuery stDocName, acNormal, acEdit
I know how to force a yes response in Excel but cannot seem to get it right in access.
Thanks