Requery from one form to another

G

Guest

I have a combo box on Form1 that I want do a requery to data displayed in a
subreport on Form2. Here is my code.
The error is "access can't find Form2"
my code in the after up date event in the combo box
which works fine referring to Form1

Forms!Form2.[sfrmA].Requery

Is there any reason why this can't work
 

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

Top