I have a combo box with several columns in it. When I select an item in the combo box, it will populate text boxes below.
I use the following to fill in the text boxes:
=[cboComboBox].[column](1)
Once the information is in the text box, how do I get that information to write to a table?![]()