Requery from one form to another

J

JoeA2006

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
 
Top