have a combo box on a form that user can drop down to search for a record. Have it locked so user cannot change the list which comes from a primary key field in a table.
Is there a way to allow the user to type in charactes that would bring the items in the list close to what the user is searching for, without the risk of having the user alter any of the records in the list?
Is there a way to allow the user to type in charactes that would bring the items in the list close to what the user is searching for, without the risk of having the user alter any of the records in the list?