Affichage des articles dont le libellé est save listbox columns to table fields. Afficher tous les articles
Affichage des articles dont le libellé est save listbox columns to table fields. Afficher tous les articles

save listbox columns to table fields

mardi 31 mars 2015

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?

save listbox columns to table fields

Labels