G Guest Mar 21, 2006 #1 How can I prevent the delete message 'You are about to delete 1 record(s)' from appearing in one particular instance.
How can I prevent the delete message 'You are about to delete 1 record(s)' from appearing in one particular instance.
S Stefan Hoffmann Mar 21, 2006 #2 hi, How can I prevent the delete message 'You are about to delete 1 record(s)' from appearing in one particular instance. Click to expand... Depends on your situation. You can use DoCmd.ShowWarnings [False|True] to disable or enable the message. You can also disable it globally for your mdb in Extras/Options. mfG --> stefan <--
hi, How can I prevent the delete message 'You are about to delete 1 record(s)' from appearing in one particular instance. Click to expand... Depends on your situation. You can use DoCmd.ShowWarnings [False|True] to disable or enable the message. You can also disable it globally for your mdb in Extras/Options. mfG --> stefan <--