Combo box not selecting correct field

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

Guest

Hi,
I have a combo box that contains this fields:
INT-03 INT-11
INT-05 INT-16
INT-06A
But when the user wants to select INT-11 the combo box displays INT-03 same
thing with INT-16 combo box displays INT-06A. The combo box it just started
doing this it was fine last week. Can anyone tell me what changed or a
setting that I might have change without noticing? Thank you.
 
If the combo box just started doing this, I would suspect one of two things.
1) The combo box is corrupted, delete it and create a new one. 2) The index
on the combo box's bound field is messed up (either in the Row Source table
or the destination table). Try a Compact and Repair to redo the index.

Just to clarify, you say that the combo box "contains this fields", are
these possible values in the field or are you drawing data from multiple
fields?
 
Hi, GYO.

Please post the RowSource, BoundColumn, ControlSource, and ColumnWidths
properties of the combo box, and I'll be able to help you.

Sprinks
 

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