I need to display a combobox with several values by code. Some of those values define a "section", and the items after that are "details". I want the details to be displayed a bit on the right. But when adding the items to the combobox, it seems like it trims. I want to display this when the combo expands:
Fruits
Orange
Apple
Melon
Drinks
Coffee
Milk
Water
But the System displays this:
Fruits
Orange
Apple
Melon
Drinks
Coffee
Milk
Water
Any ideas on the Add function to add items by cose in Access 2003? Thanks
Build a rowsource (value list) that includes the spaces:
Output: