Combox Box Formatting

by graybin at 2013-03-27 10:38:20

In Access, you can have a combobox contain several fields, with fixed field widths. Is there a way to do that without programatically counting characters and padding.

I want three fields to be in the drop down as below:

field1 field2 field3
Biggerfield1 f2 something else
someotherdata field2again all lined up fields

Field1 has a set width, field2 has another set width, and field3 the same.
by poshoholic at 2013-03-27 12:09:53
That sounds like a custom control. The standard combo box does not provide support for that.