I have a table Laser Check Out in the table field MembersNames is based on a lookup combo box, created from a table/query tblMembersNames , Names field. I created a form Laser check out bound to the Laser Check Out table. I created a combo box on the form cboMembersNames unbound. I want the people using the form to be able to add unlisted names to the Laser Check Out table and also to record to the tblMembersNames , Names field so new name can be added and then reapear when checking out the Laser again.
How to add names in a combobox
Collapse
X
-
Here's a couple of links that should help.
The Evils of Lookup Fields in Tables
Mastering the Combo Box NotInList Event
Comment