J
Jerry Anderson
I have a startup form ("Home") with a combo box that allows the user to
select a cost center. Once selected, I want the application to remember that
cost center, and reuse it with multiple forms. I can make it work by keeping
the form open and referring to the control from other forms, but it gets
messy to have some many forms still open.
I thought a Public variable would solve my problem, but I don't know how to
make it work, since I am but a newbie.
Can anyone help?
select a cost center. Once selected, I want the application to remember that
cost center, and reuse it with multiple forms. I can make it work by keeping
the form open and referring to the control from other forms, but it gets
messy to have some many forms still open.
I thought a Public variable would solve my problem, but I don't know how to
make it work, since I am but a newbie.
Can anyone help?