|
-
Oct 27th, 2000, 11:44 AM
#1
Thread Starter
Frenzied Member
Hi,
I'm not sure how to do this but here's what I'm trying to accomplish..
In a module, I need to reference a control on a form many times. Rather than keep typing Form1.Control.Whatever, I would like to create a name such as Control1 so that in my module, I can write:
With Control1
.Whatever
.Whatever1
End With
Any help on how to do this would be appreciated.
Dan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|