Recalc data in 2nd Form

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
 
G

Guest

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

Forms![Form2Name].requery
 
G

Guest

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
 

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