Redbeard3456789
New member
- Local time
- Tomorrow, 08:23
- Joined
- Jun 21, 2020
- Messages
- 4
Quite a tricky one.
I have a listbox that contains a variable list of field names
I have imported a table and I now want to retrieve only specific columns from that table where the field names appear in the listbox
I am selecting the field names from this listbox using sql using .items selected and this correctly loops through and selects the listbox items selected.
I can't work out how to retrieve only those columns in the table where the field names in the table match the names selected from my listbox.the list box
I would greatly appreciate some assistance
Malcolm
'
I have a listbox that contains a variable list of field names
I have imported a table and I now want to retrieve only specific columns from that table where the field names appear in the listbox
I am selecting the field names from this listbox using sql using .items selected and this correctly loops through and selects the listbox items selected.
I can't work out how to retrieve only those columns in the table where the field names in the table match the names selected from my listbox.the list box
I would greatly appreciate some assistance
Malcolm
'