requery subform

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.
 
R

Rick Brandt

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.".
 
G

Guest

you nailed it. Thanks!
--
sam


Rick Brandt said:
But...is "frmBrPrognote" also the name of the subform *control*? That is what
needs to follow "Parent.".
 

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


Top