Part number combo box is blank, all others work

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

I've tried repeatedly to make a part number combo box work. All other combo
boxes on my form work, but for some reason this one will not. I have tryed
to use this field in other forms (by itself) to try to figure it out, it
doesn't work on the others either. Could there be something in the table or
part number field?

Please help
dumb-founded LOL!
 
We need to see your code assigning the cbo value and know whether your Part
Number is an actual Numeric datatype of Text datatype. Also, what
version/service pack of Access are you running?

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000/2003

Message posted via AccessMonster.com
 
I've tried repeatedly to make a part number combo box work. All
other combo boxes on my form work, but for some reason this one
will not. I have tryed to use this field in other forms (by
itself) to try to figure it out, it doesn't work on the others
either. Could there be something in the table or part number
field?

Please help
dumb-founded LOL!

The Office service pack released in mid-September messes combo box
displays if there is a format set on a field in the table.

This may be your problem,

A "fix" is to concatenate the part number with the empty string ""
in the combo box's row source
 

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