Combo Box - width 2 fields

  • Thread starter Thread starter Samora
  • Start date Start date
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
 
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.
 
Back
Top