On Sun, 17 Dec 2006 19:46:01 -0800, Antney
<(E-Mail Removed)> wrote:
>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]
|