Hi!
This is the thing: I have a form with bound controls to a table.
One of the textboxes allow the user to put invitation number.
I want to assure that the user doesn't submit a number that is already in the table.
What can I write in vba that would look for the user input in the specific column in the table and if the number appear in the column there will be a messege box that would say that this number already exsists in the
table?
thanx a lot!
This is the thing: I have a form with bound controls to a table.
One of the textboxes allow the user to put invitation number.
I want to assure that the user doesn't submit a number that is already in the table.
What can I write in vba that would look for the user input in the specific column in the table and if the number appear in the column there will be a messege box that would say that this number already exsists in the
table?
thanx a lot!