Column not showing on list box

M

Mark A. Sam

Hello,

I have a listbox with Column Count = 8

and

Column Widths = 0.35";0.5";0.75";0";0";0";0";0.9

Instead of showing 4 columns, only the first 3 are displayed.

This is Access 2002 on Windows XP. Am I wrong in thinking Column 8 should
show as the 4th column in the listbox?

Thank you and God Bless,

Mark A. Sam
 
V

Van T. Dinh

What did you set for the list width?

Do you see the horizontal scrollbar in the drop-down list?

If you do, you need to scroll right to see the 8th column (appearing as 4th
column).

Another possibility is that you may not have any data in the 8th column and
it appears blank???
 
M

Mark A. Sam

This is a listbox, not combobox.

The Width of the control is greater than the width of the columns and there
is data. The Column Name doesn't show however, but do on the other columns.
 
M

Mark A. Sam

Sorry, my error. I forgot that I am reassigning the Rowsource when the form
opens.
 
D

Douglas J. Steele

Works as expected for me in both Access 97 and Access 2003, so I'd be
surprised if Access 2002 is different.

You sure there are 8 fields in your row source?
 
M

Mark A. Sam

Doug,

I erred. I had the rowsource set in design view, but forgot I was assigning
it in the form's open event. I have it solved.

God Bless,

Mark
 
Top