I have set up a form to enter data. It contains combo boxes (drop down lists), labels that come up based on what the user selects in the combo box, as well as text boxes which the user types in. I would like the information the user selects and enters on the form to add a new record into a table. Right now all the information that the user types into the text boxes is added but the information that the user selects using combo boxes does not appear in the record. How can I make this information add into the record. (I’ve attached a couple of screenshots)
Thanks in advance for your help