Is it possible to disable or hide the append query prompt when you run an insert statement from a form in Access?
Printable View
Is it possible to disable or hide the append query prompt when you run an insert statement from a form in Access?
VB Code:
DoCmd.SetWarnings False 'code DoCmd.SetWarnings True
Cheers. Worked a treat.