combo box not retaining value

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

Guest

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 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]
 
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]
 

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