Problem with a field for a combobox

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

Guest

I have a problem in that one data field does not show up in a cbobox
RowSource even though when I run the SQL for the RecordSource it works just
fine, but it does not show in a cbobox or even a listbox. When I drop down
the cbobox it's like it knows the amount of records that it has to show but I
just get blank lines. I tried to change the field name w/o luck. Also
imported the table into a new db..no luck either and tried with the
cbobox..nothing.

TIA
 
Craig

Open the form in design view. Click on the combobox. Check the properties
of the combobox. I suspect the number of columns and/or the column width
settings are telling Access to show ... nothing.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Nope, I tried that one too.

Jeff Boyce said:
Craig

Open the form in design view. Click on the combobox. Check the properties
of the combobox. I suspect the number of columns and/or the column width
settings are telling Access to show ... nothing.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Jeff,

Somehow I had a corrupted table. I did a MakeTable query and now the data
shows up.

-Craig
 
Back
Top