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.