Heya,
Is there any way to access a variable in a form where the variable is not created?
This is my layout (simply explained):
mainform:
Dim bLogin As Boolean
loginform:
MsgBox bLogin (result: empty msgbox)
The mainform is being closed after loginform has been opened.
Is there anyway to access the variable bLogin as a GLOBAL orsomething?
Erik.
Is there any way to access a variable in a form where the variable is not created?
This is my layout (simply explained):
mainform:
Dim bLogin As Boolean
loginform:
MsgBox bLogin (result: empty msgbox)
The mainform is being closed after loginform has been opened.
Is there anyway to access the variable bLogin as a GLOBAL orsomething?
Erik.