Recalc data in 2nd Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
How did you get the filter to form2,
If its by referce to form1 then all you need to do is

Forms![Form2Name].requery
 
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
 
Back
Top