Subform requery

K

kinlye

I'm not sure what I'm doing wrong...
Main form and sub form.
I am trying to get the subform to requery after the CCNum is entered in the
Main form.

I put the following on the After Update of the CCNum control:
Me.frmCosts.Requery

But it's pulling the CCNum from the record in the main form previous to the
current instead of the CCNum that the person just entered.

Any help would be greatly appreciated.

Thanks
Jennifer
 
Top