requery subform

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

Guest

Can I requery a subform on a parent form from a different subform?
What I have now that isn't working is:

Me.Parent.frmBrPrognote.Form.Requery

Where frmBrPrognote is the subform I wish to requery.
 
smk23 said:
Can I requery a subform on a parent form from a different subform?
What I have now that isn't working is:

Me.Parent.frmBrPrognote.Form.Requery

Where frmBrPrognote is the subform I wish to requery.

But...is "frmBrPrognote" also the name of the subform *control*? That is what
needs to follow "Parent.".
 
Back
Top