I have a combobox set up in an Access to allow the user to supply an answer to a questions in a continuous form. I bound the combobox to the table which will store all of the users answers. I created a valuelist of yes;no;N/A; (that part works just fine).
Form_load then creates a record set of the original table to work in. I even add a new line using rsform.AddNew to create a new record.
The problem is when I click on the dropdown I get my choices. But, when I click on a choice, the status line says, "Control can't be edited; it's bound to the expression '[tblFormQA]![Answer]'.
I know the dropdown has to be bound otherwise it won't work on a continuous form.
So, what am I missing? Any help would be appreciated.
Form_load then creates a record set of the original table to work in. I even add a new line using rsform.AddNew to create a new record.
The problem is when I click on the dropdown I get my choices. But, when I click on a choice, the status line says, "Control can't be edited; it's bound to the expression '[tblFormQA]![Answer]'.
I know the dropdown has to be bound otherwise it won't work on a continuous form.
So, what am I missing? Any help would be appreciated.