After a week--once I post a message, I figure it out.
For some reason, the SELECT works with just the command name, but for the INSERT one needs to use Forms!FormName!CommandName.Text.
I am trying to insert data into a table based on user input into a combo box (whenever the user types in something not in the list, it adds that value to the underlying table), using the following SQL syntax:
INSERT INTO TableName (PrimaryKey)
VALUES ([Forms]![Formname]!cmbComboBoxName)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.