Hi all,
I need to sort out the following:
Whenever the user tries to enter a value that already matches an existing value (duplication) they get the standard MS Access message box telling them so. How can I:
1.Set my own msgbox to appear whenever they enter a duplicate value. They message they get now appears after an on_click event. They press the "Save Record" button and they get it. I would like to keep it this way.
2.Only certain fields will have "no duplication" set. So how can I have the name of the field(s) in question appear on the message box itself so as to alert the user of where they have entered the duplicate value. So for example, if the duplicate value if entered in field "Name", then the field NAME would appear on the msgbox.
Thanks for any help!
I need to sort out the following:
Whenever the user tries to enter a value that already matches an existing value (duplication) they get the standard MS Access message box telling them so. How can I:
1.Set my own msgbox to appear whenever they enter a duplicate value. They message they get now appears after an on_click event. They press the "Save Record" button and they get it. I would like to keep it this way.
2.Only certain fields will have "no duplication" set. So how can I have the name of the field(s) in question appear on the message box itself so as to alert the user of where they have entered the duplicate value. So for example, if the duplicate value if entered in field "Name", then the field NAME would appear on the msgbox.
Thanks for any help!
Last edited: