T
T Liden
When I run the following code the user is prompted to make sure they want to
delete the records, but I want the records to be deleted automatically
without any prompts. Is there a way to turn the alerts off??
DoCmd.RunSQL ("Delete from Receiv1")
Thanks in advance for your help!!
Tim
delete the records, but I want the records to be deleted automatically
without any prompts. Is there a way to turn the alerts off??
DoCmd.RunSQL ("Delete from Receiv1")
Thanks in advance for your help!!
Tim