Q: Lookup a public variable defined in 1 form from another form

  • Thread starter Thread starter mezzyhandz
  • Start date Start date
M

mezzyhandz

Guest
Is it possible to look up the value of a public variable from a form A that is defined in a form B?

For example, fields from one form can be looked up from another form:
Code:
If [B]Forms![frmFormA].tbxTextbox.text[/B] = "Blah" then msgbox("Success")

Is there a way to address variables like that? If not...any other suggestions that can ahieve the same effect would be greatly appreciated.

Thanks in advance.
 
Yes its possible, provided that specific form has to be active/open before referencing
 

Users who are viewing this thread

Back
Top Bottom