M
Max Moor
Hi All,
The title says it all. Somewhere, way back in time, I got in the habit
of setting a Private local variable in a form's module if I needed to keep a
value around from the OpenArgs. A couple of folks have recently suggested a
hidden textbox for this.
Is there an advantage to one over the other? Going even farther back
in time, I know global variables are generally frowned upon in structured
programming. I've always felt pretty safe with them in VBA for this sort of
thing, though.
Opinions?
Regards,
Max
The title says it all. Somewhere, way back in time, I got in the habit
of setting a Private local variable in a form's module if I needed to keep a
value around from the OpenArgs. A couple of folks have recently suggested a
hidden textbox for this.
Is there an advantage to one over the other? Going even farther back
in time, I know global variables are generally frowned upon in structured
programming. I've always felt pretty safe with them in VBA for this sort of
thing, though.
Opinions?
Regards,
Max