Ok guys this has probably been addressed many times, I seen similar question but most deal with my situation with combo boxes. Here is my problem.
I have a table for customers with Lastname, firstname, etc.
I have an order form where i want the user to enter the cutomer last name and first name and if theres no record on the table, get a msg that theres no record for that person an needs to be added, when user click ok another form pops up to enter the info, also need the msg to have a cancel button incase is just a misspelled name. The reason i dont want to ujse combo box is when the database grows I dont want the user to have to scroll to see if the customer is in the list.
I think I have to put some kind of code in the afterupdate property of the first name control (is the second control on the form after lastname control) but I have no knowledge of VB.
Thanks and sorry for the long post.
I have a table for customers with Lastname, firstname, etc.
I have an order form where i want the user to enter the cutomer last name and first name and if theres no record on the table, get a msg that theres no record for that person an needs to be added, when user click ok another form pops up to enter the info, also need the msg to have a cancel button incase is just a misspelled name. The reason i dont want to ujse combo box is when the database grows I dont want the user to have to scroll to see if the customer is in the list.
I think I have to put some kind of code in the afterupdate property of the first name control (is the second control on the form after lastname control) but I have no knowledge of VB.
Thanks and sorry for the long post.