davesmith202
Employee of Access World
- Local time
- Today, 02:49
- Joined
- Jul 20, 2001
- Messages
- 522
When I run the code below, it pops up a question to ask if I wish to delete the data. How do I set it up so that it automatically does it without this question?
Thanks,
Dave
Code:
DoCmd.RunSQL ("DELETE * FROM tblStage2ParsedData;")
Thanks,
Dave