Possible to set margins on combo box controls?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top