G
Guest
I have an input for named "Inputting". It checks to make sure the number
entered is not in the tblDNUMBER when moving to the next record because
tblDNUMBER.Number propertry is unique. I would like to confirm the input
number is unique after the field has lost focus (I already have an event "On
Exit"). After someone has entered the number and the code for on exit has
ran haow can I have the form check the tblDNUMBER to confirm that number is
not in that table and display an error msg if the number is found in
tblDNUMBER?
entered is not in the tblDNUMBER when moving to the next record because
tblDNUMBER.Number propertry is unique. I would like to confirm the input
number is unique after the field has lost focus (I already have an event "On
Exit"). After someone has entered the number and the code for on exit has
ran haow can I have the form check the tblDNUMBER to confirm that number is
not in that table and display an error msg if the number is found in
tblDNUMBER?