Combo Box - width 2 fields

S

Samora

Good morning

I have a combo box based on a Query with 2 fields (Number
and name)

When i lookup the values on the combobox , i have to scroll
to the right to see tha name of the matching number.

What is happening???

It never happened to me nothing like that.

Thoss tables are linked table.

Could someone help me??

Thanks in advance

Best regards

Samora
 
J

Jeff Boyce

Samora

The properties of the combo box includes ColumnWidth and ListWidth. It
sounds from your description like the width of the List isn't wide enough
for the sum of the ColumnWidths. Try setting ListWidth to .1 larger than
the sum of the ColumnWidths.
 

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

Top