I have a main form (RingArch)that has a command button on it to open another form,(Est.NewRing), On the Est.NewRing form the user can enter an alphanumberic value in the RingID field for a new ring number to be added. The users do not know if someone else has already entered this number into the table.
I would like for the user to input the new ring value into the text box (on the Est.NewRing form) and have code to verify if the ring number already exist. If so, msg stating "ring already exist", then closing the Est.NewRing form without adding the record to the table and return to the main form(Ring Arch).
I am very new to coding and would appreciate any help you can offer. Thank you.
Kat
I would like for the user to input the new ring value into the text box (on the Est.NewRing form) and have code to verify if the ring number already exist. If so, msg stating "ring already exist", then closing the Est.NewRing form without adding the record to the table and return to the main form(Ring Arch).
I am very new to coding and would appreciate any help you can offer. Thank you.
Kat