Combox box - scrolls to the right

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

Guest

I am using Acc03 and a combo box on a form scrolls to the right on one of the
user's computer. The combo box, cboAgency, has about 10 fields, only the
first one, is saved, the others are for display only. One user reported that
when she scrolls the list it will scroll to the right, showing only the
records in the last column. When she attempts to scroll back to the left it
keeps returning her to the right. I saw it for myself and I can not explain
it. This is only happening on her computer. We have been using the form for
9 months. Any suggestions?

Thanks
 
Try setting the width of the combo box wide enough to show all ten fields and
see if the same problem occurs. Is the bound field the first field? What are
the widths of each column in the combo box? Did you set them accordingly?

Ray
 
Column Count = 9
Column Heads = yes
The column widths are 5";0.5";0.5";0.5";0.5";0.5";0.5";0.5";0.5"
 
Back
Top