What is the correct way to save the values in a listbox column to the fields of a table? I can use
rec("field1") = Me.list16.ItemData(Varitem)
and that records the bound column to field 1 but how can I save the unbound columns to other fields in the table?
rec("field1") = Me.list16.ItemData(Varitem)
and that records the bound column to field 1 but how can I save the unbound columns to other fields in the table?
save listbox columns to table fields
0 commentaires:
Enregistrer un commentaire