rikklaney1
Registered User.
- Local time
- Today, 13:46
- Joined
- Nov 20, 2014
- Messages
- 157
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?