Nelviticus
Programmer
Hello,
In Excel or Word VBA you can use
to disable some dialog boxes. Is there an equivalent in Access VBA?
I'm writing some code to delete a record and don't want the user to be asked by Access to confirm the deletion, or be warned about the cascading delete. I'll write my own code to cover that.
Thanks
N.
In Excel or Word VBA you can use
Code:
Application.DisplayAlerts = False
I'm writing some code to delete a record and don't want the user to be asked by Access to confirm the deletion, or be warned about the cascading delete. I'll write my own code to cover that.
Thanks
N.