Column not showing on list box

  • Thread starter Thread starter Mark A. Sam
  • Start date Start date
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
 
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???
 
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.
 
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?
 
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
 

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