keep the value of a variable from one module to another.

G

Guest

I publicy declare a variable (vuser) in my startup form. The user enters
their initials and is stored in "vuser". Now, the form that the user uses to
enter data has a field "user", I want to default the "vuser" variable in the
"user" field. My problem is the publicy declared variable "vuser" is now
null, not what the user enter in my startup form. It seems to me that since I
declared "vuser" public that value should be available anytime I use it.
 
G

Graham R Seach

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top