G
Gavin Webb
I have created a module with just three lines:
Global intSecLevel As String
Global strUserName As String
Global strPassword As String
In a form, I populate these fields with values, but when
that form closes and I open a second form, the fields are
empty and I can't see the data put there in the first form.
Have I set up the Global fields in the right way?
Why don't the fields keep their contents between the first
and second forms?
I've tried changing the first form to Visible=False
instead of closing it, but the fields still lose their
contents when I look at them from the 2nd form.
How can I keep the data in fields I can address from
within the whole 'project'/database.
Thanks
Global intSecLevel As String
Global strUserName As String
Global strPassword As String
In a form, I populate these fields with values, but when
that form closes and I open a second form, the fields are
empty and I can't see the data put there in the first form.
Have I set up the Global fields in the right way?
Why don't the fields keep their contents between the first
and second forms?
I've tried changing the first form to Visible=False
instead of closing it, but the fields still lose their
contents when I look at them from the 2nd form.
How can I keep the data in fields I can address from
within the whole 'project'/database.
Thanks