Ok Access has kept me up at night trying to figure this out. I created a combo box in a form. This form has data [RowSourceType=ValueList] and [RowSource=widget1;widget2;widget3]. Running the form, the combo box displays the three categories of widgets as it should. However I am not able to send what was selected in the combo box to a table or query.
Basically in a nutshell, what I am selecting in my combo box I want written to a table.
Keep in mind this data IS being pulled from the row source..We can not enter data into the combo box. You must select what is there....
I tried expressions stating combo.rowsource = tblWidget.widget. However for some reason it never gets saved to the table. UGGGGGGGH.
Heck, all I want is data in my combo/list box to be written and saved to a table. Is that so hard?
Basically in a nutshell, what I am selecting in my combo box I want written to a table.
Keep in mind this data IS being pulled from the row source..We can not enter data into the combo box. You must select what is there....
I tried expressions stating combo.rowsource = tblWidget.widget. However for some reason it never gets saved to the table. UGGGGGGGH.
Heck, all I want is data in my combo/list box to be written and saved to a table. Is that so hard?