V
Vasco Fernandes
I have the following problem:
I would like to make a personalized msgbox (in my own mother language, that
differs from the access version i have installed), when a parent record (in a
one to many relationship without cascade delete) tries to be deleted, i.e.:
- If a parent record has no childs, i want it to be deleted without warning;
- if it can´t be deleted due to having child records, i would like to have
my own msgbox, instead default one.
I wasn´t successful preventing the default message with docmd.setwarnings
false, and worked around the 3 delete associated events, but no success.
Any suggestions? Thanks in advance.
I would like to make a personalized msgbox (in my own mother language, that
differs from the access version i have installed), when a parent record (in a
one to many relationship without cascade delete) tries to be deleted, i.e.:
- If a parent record has no childs, i want it to be deleted without warning;
- if it can´t be deleted due to having child records, i would like to have
my own msgbox, instead default one.
I wasn´t successful preventing the default message with docmd.setwarnings
false, and worked around the 3 delete associated events, but no success.
Any suggestions? Thanks in advance.