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