Updating one form from another

  • Thread starter Thread starter shawrie
  • Start date Start date
S

shawrie

Hi

I have 2 forms . Form 1 calls Form2. How can i update the screen
contents of form 1 from the code in form2

thanks Neil

p.s Hope that makes sense
 
This topic has been discussed umpteen times on these boards along with
other forums. Use Google to investigate.

There are many solutions for this, depending on the architecture of
your application.

If you have a specific question about how to implement one of the many
solutions, I would be willing to discuss your options.
 
im thinking of using a global module and declare the form variables
there so i can reference the form from anywhere in the application is
this okay?
 
Back
Top