G
Guest
I am using Access 2002 and have a variable that I need to access throughout
the program several times. I have set it as a Public variable in a module.
I use the Forms!F4562.G_SeqNum to carry the variable from open form to open
form but when I close the first form I can then no longer access the data in
the G_SeqNum variable.
I have also tried to set this variable in the module as
Global G_SeqNum as String
Nothing I do though allows the variable data to be displayed on the 2nd form
once the first form is closed.
Thanks in advance for any assistance provided!!!!!!!!!!!
Dwight
the program several times. I have set it as a Public variable in a module.
I use the Forms!F4562.G_SeqNum to carry the variable from open form to open
form but when I close the first form I can then no longer access the data in
the G_SeqNum variable.
I have also tried to set this variable in the module as
Global G_SeqNum as String
Nothing I do though allows the variable data to be displayed on the 2nd form
once the first form is closed.
Thanks in advance for any assistance provided!!!!!!!!!!!
Dwight