I have a database that will build a special order form for customers in our store. I am having a problem with the text box I think I need to pull into the database the data I need from a table name "customer". This table gives us several columns of data that are useful in the form for special orders. My problem is that my first column is "full name" which is the key we use to find the proper customer. I have been able to type in the first letter of the last name in the full name column so it can search for all with that last name. However, what I need to be able to do is use more than one letter for this search. There are over 15,ooo name in this table and many with the last name. When I try to type a second letter now it goes to the beginning of the customers name of the second letter I typed in. I tried using combo box also nad it does allow a search of several letter so that you can get all of the las name typed in which will isolate that customer. The problem with combo box is I cannot get it recall all the data I need from the customer table for a particular customer. I hope there is a simple way to do this, because my staff to jumping all over the place run queries and such to try to isolate the customer unless it is something I can put into the form as a common function. I sure need help with this. Please advise or give comments.
Thanks,
Larry
Thanks,
Larry