Combo Boxes Help

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

Guest

I am new to this, so please bare with me,

I have a combo box that contains barcodes (ex.9257263211), when you go to
enter an item and press 9 it automatically enters the first item, then when
you press 2 it gives me an error "tje text you entered is not an item on the
list", is you push the down arrow the item is there. What setting do I need
to change to stop this?
 
That sounds strange, it should work.

First thing always to do is Compile your database.
- Open a code window soemwhere
- do Debug->Compile & Save all Modules
that might just work

If not, your combo box may be corrupted but that's easy to fix.
- delete the combo box
- make sure the Toolbox Wizard button (Stars & Wand) is clicked
- add the combo again

Brett

I am new to this, so please bare with me,

I have a combo box that contains barcodes (ex.9257263211), when you go to
enter an item and press 9 it automatically enters the first item, then when
you press 2 it gives me an error "tje text you entered is not an item on the
list", is you push the down arrow the item is there. What setting do I need
to change to stop this?

Cheers,
Brett
 

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

Similar Threads

Combo Box control with keyboard keys 4
Combo box problem 3
Save Record-Combo Box 3
Access 2007 Combo-box display problem 1
Combo Box Selections 3
combo box scrolling 3
combo boxes 1
Sub form combo issue 2

Back
Top