Is there anyway to access all the contents of a column in a Listbox without actually selecting anything in the Listbox?
For example something like the following:
For Each Row In Me.ListAdFields
MsgBox Me.ListAdFields.Column(2)
Next
Surely there has to be an easier way than to make a recordset out of the Listbox row-source query. Any ideas?
For example something like the following:
For Each Row In Me.ListAdFields
MsgBox Me.ListAdFields.Column(2)
Next
Surely there has to be an easier way than to make a recordset out of the Listbox row-source query. Any ideas?