B
Bryan McCammon
In my main (starting) form, I read a security record
which pertains to the user and his access. I wish to
pass that info to the next form without having to read it
again. I am familiar with the method of passing values
to a function or sub using ByVal, but how do you pass
values from one form to another? Is there a common area
of storage that can be accessed by all components? I
would appreciate any ideas on how to do this. Thanks.
which pertains to the user and his access. I wish to
pass that info to the next form without having to read it
again. I am familiar with the method of passing values
to a function or sub using ByVal, but how do you pass
values from one form to another? Is there a common area
of storage that can be accessed by all components? I
would appreciate any ideas on how to do this. Thanks.