G
Guest
I have two fields on a form, First Name and Last Name. When the user clicks
ADD NEW, I want his data entered to be checked against existing data. If BOTH
fields match, he gets an error. Is there a clean way to do this using the
DoCmd.GoToRec,,,acNewRec
command? What would I need to use in conjunction with that command in order
to do what I want?
Thanks!
ADD NEW, I want his data entered to be checked against existing data. If BOTH
fields match, he gets an error. Is there a clean way to do this using the
DoCmd.GoToRec,,,acNewRec
command? What would I need to use in conjunction with that command in order
to do what I want?
Thanks!