Verifying data in a text box

jeremie_ingram

Registered User.
Local time
Today, 00:37
Joined
Jan 30, 2003
Messages
437
I am trying to something very simplistic, but cant seem to get my thoughts straight on how to achieve my goal.
I have a text box for entering contract numbers on a form. I want the Before update function to verify that the # exists in a table within the database.
The form is not based on the table in question, but a separate table. I am having the users enter the contract #s they need a contract generated for, which is then stored in a table along with other fields representing their selections from option groups.
When they have finished entering the data, they will use a command button to print the forms which are based on query between the Print table and the Main table.
One other note, the data for the contract number is stored as text, because of leading zeros in some cases.
Any suggestions?
 
Have you considered using a combo or listbox to list available contract numbers?
 
I would but there are WAY too many records (over 80000).
 

Users who are viewing this thread

Back
Top Bottom