Oooooppss, it appears this forum suffers the same problem as the MS Acccess Combo Box AddItem method as it truncates leading spaces !!
The example above the countries are indented !!
Europe
France
Germany
Spain
etc...
Asia
China
Japan
I am populating a 2 column combo box in code using the AddItem method.
The first column is hidden and contains a Country or Region ID, the second column contains the Country or Region Name.
What I want to do is to create Groups - a region, then list the countries indented under that region...