Is there a way to eliminate the confirmation window that pops up after a command like the following:
DoCmd.RunSQL "UPDATE [your table] SET [field A]=False, [field B]=True"
I have a command like this imbedded in the code for a button click and would like the confirmation prompt not to appear.
TIA
DoCmd.RunSQL "UPDATE [your table] SET [field A]=False, [field B]=True"
I have a command like this imbedded in the code for a button click and would like the confirmation prompt not to appear.
TIA