Hello,
I am running an Access query using vba. I would like to turn off the alert for running an append query. I thought the code to use was -
DoCmd.SetWarnings = False
But when I try to run it, I get a compile error saying 'Argument not optional'.
Is this the wrong code to use?
Thanks for any help.
I am running an Access query using vba. I would like to turn off the alert for running an append query. I thought the code to use was -
DoCmd.SetWarnings = False
But when I try to run it, I get a compile error saying 'Argument not optional'.
Is this the wrong code to use?
Thanks for any help.