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:
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.
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.