Collections and listboxes

k209310

Registered User.
Local time
Today, 19:44
Joined
Aug 14, 2002
Messages
184
HEllo

Is it possible to add the results of a collection to a list box?

Cheers

Chris
 
What exactly do you mean? A collection is a set of objects, the rowsource for a listbox is a set of records.
 
I need to add a collection to the row source

IE i could have three names in my collection ie Dave, Paul and Mike.

If i set the the RowSourceType property to ValueList i could add the names Manually seperting with the ';' character.

I had hoped that i could somehow add the collection to the rowsource using code.
 

Users who are viewing this thread

Back
Top Bottom