halem2
Registered User.
- Local time
- Today, 11:50
- Joined
- Nov 8, 2006
- Messages
- 180
Hi folks:
Running Access 2000. I have a form and a delete query. I added the following code to run on the form's On Close event and it works fine but it prompts the user to confirm the delete.
Is there a way to hide or prevent the prompt to show up using code?
DoCmd.OpenQuery "qryDeleteEmptyCourses", acViewNormal
thanks
Running Access 2000. I have a form and a delete query. I added the following code to run on the form's On Close event and it works fine but it prompts the user to confirm the delete.
Is there a way to hide or prevent the prompt to show up using code?
DoCmd.OpenQuery "qryDeleteEmptyCourses", acViewNormal
thanks