isladogs
MVP / VIP
- Local time
- Today, 09:48
- Joined
- Jan 14, 2017
- Messages
- 18,819
Yes using CurrentDb.Execute in VBA as I suggested. It only affects that line of code.
Alternatively you can use DoCmd.SetWarnings False before the query in VBA and DoCmd.SetWarnings True afterwards...but that will suppress all messages including error messages.
Alternatively you can use DoCmd.SetWarnings False before the query in VBA and DoCmd.SetWarnings True afterwards...but that will suppress all messages including error messages.