Hi How do I compile the list for a combobox? Where do I put it?
S Sue Mosher [MVP] May 24, 2010 #2 You put it in code. When the form initializes, use either the AddItem method or the List property to set the rows.
You put it in code. When the form initializes, use either the AddItem method or the List property to set the rows.