Recalc data in 2nd Form

A

an

Hello!

I have a Form1 with tree cbo's to choose options.
The Form2 (continous form) show us the results.
How is possible to recalc data in Form2, when we select another hyphotesis
in combos of the Form1, please.

Thanks in advance.
an
 
O

Ofer

How did you get the filter to form2,
If its by referce to form1 then all you need to do is

Forms![Form2Name].requery
 
A

an

Ofer,

Thank you very much for your help.
an

Ofer said:
How did you get the filter to form2,
If its by referce to form1 then all you need to do is

Forms![Form2Name].requery


an said:
Hello!

I have a Form1 with tree cbo's to choose options.
The Form2 (continous form) show us the results.
How is possible to recalc data in Form2, when we select another hyphotesis
in combos of the Form1, please.

Thanks in advance.
an
 
Top