CHAOSinACT
Registered User.
- Local time
- Today, 09:48
- Joined
- Mar 18, 2009
- Messages
- 235
if i do this:
DoCmd.RunSQL "Delete * from tblOutlookFolders"
it prompts the user to confirm??? don't really want it to. anyone know a way round this? is just a temp table to hold values for a minute.
DoCmd.RunSQL "Delete * from tblOutlookFolders"
it prompts the user to confirm??? don't really want it to. anyone know a way round this? is just a temp table to hold values for a minute.