Have a form based on a query. The form has a combobox that pulls a customer field from the customer table. I want the user to be able to pick from the list or enter a new customer and then update the customer table. Need ASAP.
Did you create your combo box? If you did, then set your combo box Limit To List property to No. When you type in a new value in your combo box, your table will be updated.