Text Box/Table Help

  • Thread starter Thread starter JMCerny
  • Start date Start date
J

JMCerny

I have a text box that is bound to a field in a table. The user enters
a number in the form with the text box. I want to ensure the number
entered does not already exist and, if it does, have a dialog box pop
up telling the user. This is a unique number, I use it for the primary
key of the table. There is an error message that appears now if you
try to add a duplicate because it is the primary key. I would like a
dialog box to pop up that would mean something to the user. Thanks for
any help.
 
Back
Top