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
Ofer Cohen - 13 Jul 2006 17:23 GMT
Is form2 open (runs)?

Signature
Good Luck
BS"D
> 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.
[quoted text clipped - 5 lines]
>
> Is there any reason why this can't work