BallunarCrew
Programmer
I have a combo box on a form that has its row source set to a query on a table. The combo box shows 3 fields from the table. In the Change event, I reference the data in cmbExam.column(2) to get a number that is displayed in the third field. On some choices from the combo box, it returns a null for cmbExam.column(2) when I can clearly see the data in the combo box and the underlying table. I have compacted/repaired the database; deleted the source data and recreated it; recreated the combo box all to no avail. During one session working in the database, this will happen on 1-2 of the combo box choices and the next session it may be on a couple of others, next session it all works fine - no pattern to the behavior. Anyone ever experience this?