Danielle17
Technical User
I have a simple form that is used to add a new entry to a table...it works perfect but now I need to make sure that when a new one is added (a customer name) it is not already in the table....so I figured I'd need some sort of lookup, etc. I tried to make the text box into a combo box and then as the user is typing in the new name it will automatically pop-up any of the records that look similiar, and then as the user keeps typing (assuming the new name isn't in the table) in will eventually NOT match anything in the table and the new name can be added....But it didn't work with the combo box, so I thought about using a look-up but that won't work since there are 300+ names in the db(and growing) and the look-up won't automatically update....Does anyone know how I can have the text box automatically show any similiar records in the table so that the same name/company isn't entered more then once??