I want to create combo boxes on a form for contacts based on a contacts table where the fields I'm using are not combo boxes such as Name, Address, etc.
I know how to do this initially but I have a few of questions.
- Is it possible to do a single combo box to pull all of the relevant information at once and have it show on the table? I tried doing this but the cell keeps winding up blank, even after I've selected the record I want to go in there.
- If I set up individual combo boxes to pull up records separately, i.e. one for first name, one for last name, one for phone number, etc. will this make more sense?
- When I want to add a new contact record not already in the database, can I just type it into the combo box on the form and have it be saved on my table or is there another way to do this? And if I can do this, will the record be available next time to pull up using the combo box?