Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Acces Dim Statment (Global VS Standard Dim)

Status
Not open for further replies.

airon

Programmer
Jun 21, 2001
21
0
0
US
I have created a reporting DB. The DB generates reports via MS VBA code. there are several modules that are involved in running this DB. I Currently have one Module that holds all Global Declarations for common used variables in all modules.
Question?
Is diming Global Statemts memory intensive?
If I trying to conserve memory used by this reporting DB. Would I be beter off to dim each variable as specific as possible. By specific I mean putting dim statements in each module.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top