global variables

R

Ryan

This is probably a simple question. I was wondering if
there was a was to declare global variables in Access
2002 so that subprocedures in any form could define it. I
tried a few things but nothing has worked so far.

Thanks in advance,
Ryan
 
R

Rick Brandt

Ryan said:
This is probably a simple question. I was wondering if
there was a was to declare global variables in Access
2002 so that subprocedures in any form could define it. I
tried a few things but nothing has worked so far.

Thanks in advance,
Ryan

Declare them as public in the declarations section of a standard module.
 
Top