Jenny Peters
Registered User.
- Local time
- Today, 21:06
- Joined
- Sep 16, 2001
- Messages
- 14
Can I use a variable to shorten this:
Forms![frmMain]![frmSub].Form![frmSubSub].Form![Field]
to something like:
variable.Form![Field]
What kind of variable would this be and how do I dim it?
Jenny
Forms![frmMain]![frmSub].Form![frmSubSub].Form![Field]
to something like:
variable.Form![Field]
What kind of variable would this be and how do I dim it?
Jenny