Combo Box & Subfom help

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

Guest

I have a form with 2 combo boxes. The second combo is linked to the first,
whatever the first pulls, the second combo pulls that particular data. Now
what I am trying to do is from the second combo, put that relevant data in a
subform. For some reason the subform doesn't get the info. The child and
master fields are correct. Could it be because the second combo has an
AfterUpdate requery?
 
I have a form with 2 combo boxes. The second combo is linked to the first,
whatever the first pulls, the second combo pulls that particular data. Now
what I am trying to do is from the second combo, put that relevant data in a
subform. For some reason the subform doesn't get the info. The child and
master fields are correct. Could it be because the second combo has an
AfterUpdate requery?

A combo won't "put" anything into a Subform. Are you using the Combo
Box as the Master Link Field of the subform? or what?

You might need to Requery the Subform in the same AfterUpdate event...

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

Similar Threads


Back
Top