Possible to set margins on combo box controls?

J

JWCrosby

Is it possible to set a margin on a combobox control, much the same way you
can on a text field control? (so the text in the combobox doesn't crowd the
left edge.) The margin settings don't show up in the properties of a combo
box...could they be someplace else?

Thanks in advance.

jerry
 
S

StrayBullet via AccessMonster.com

I actually added a space to the displayed field to force it away from the
left edge (in the rowsource query, simply made the visible field be
strDisplayName: " "&strFieldName. Since the bound column is hidden, there is
no effect on data.
 
Top