I would like to know how it is possible to go about using a library to create global variables.
When the user logs on to the program we want to capture his/her user code and password to use through the rest of the program. We cannot use a table to keep track of this information, so we need to store the values somewhere without beeing dependant of a form being open all the time.
So am I on the right track by wanting to use a library, and if so can someone please give me some advice as to do this?
As always gratefull
Richard
When the user logs on to the program we want to capture his/her user code and password to use through the rest of the program. We cannot use a table to keep track of this information, so we need to store the values somewhere without beeing dependant of a form being open all the time.
So am I on the right track by wanting to use a library, and if so can someone please give me some advice as to do this?
As always gratefull
Richard