Hi, I've created a material pricing Db that holds material name, category and prices from different suppliers along with the price date. The user selects a category from a combo and I run some vba SQL code to fill a second combo that shows all material in that category, the user can then select material from the second combo or add new material via the NotInList event. My question is: How do I handle the user typing in(the material combo box) various data that describes the same material, ie, 1/2" emt or 1/2 " emt or 1/2 "EMT or 1/2"EMT. I'm thinking that using the "like" operator in my query will help. Although I'm posting just before tackling this problem so I don't really know. Any solutions would be helpful.
Thanks Jim G.
Thanks Jim G.