chrisperkins
IS-IT--Management
How can I assign the contents of a recordset to the row source of a list box.
I hoped that it would be as simple as :-
set mylistbox.rowsource = rst
where rst is a recordset containing approx 2000 records.
If I have to use the additem method (assuming that it is not this easy) how do I add muliple columns to the listbox?
Thanks for any support.
Chris
I hoped that it would be as simple as :-
set mylistbox.rowsource = rst
where rst is a recordset containing approx 2000 records.
If I have to use the additem method (assuming that it is not this easy) how do I add muliple columns to the listbox?
Thanks for any support.
Chris