Adding items to a combobox

srobbins

Registered User.
Local time
Yesterday, 23:08
Joined
Jun 25, 2006
Messages
11
In an open event I'm using the additem method to populate a combobox.

The items I'm adding are names that are formatted lastname & ", " & firstname. The embedded comma is causing two items in the list for each name, so my list ends up twice the length it's supposed to be.

Does anyone know a way around this?
 
Thanks! I needed to do this via code rather than setting the Row Source property, but your demo led me in the right direction.
 

Users who are viewing this thread

Back
Top Bottom