combo box not retaining value

D

Donna

I have 3 cascading combo boxes that seem to work fine until I leave the form
and go back into the record - the values are not staying. I also have a
"hidden" text box that retains the caller ID & that works fine. I have tried
the requery method on all 3 combo boxes on the CURRENT event of the form but
that doesn't work.

What am I doing wrong?
 
J

John Vinson

I have 3 cascading combo boxes that seem to work fine until I leave the form
and go back into the record - the values are not staying. I also have a
"hidden" text box that retains the caller ID & that works fine. I have tried
the requery method on all 3 combo boxes on the CURRENT event of the form but
that doesn't work.

What am I doing wrong?

I have no idea, because I cannot see your database and you haven't
said what you're doing.

Please post the Control Source and RowSource properties of the three
combo boxes, and the code that you're using.


John W. Vinson[MVP]
 
D

Donna

Thanks, I figured it out

John Vinson said:
I have no idea, because I cannot see your database and you haven't
said what you're doing.

Please post the Control Source and RowSource properties of the three
combo boxes, and the code that you're using.


John W. Vinson[MVP]
 
Top