Usually a VBA form would be called from other VBA code, which would then access the form control as FormName.NameOfControl.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Stever" wrote in message ...
How can I tell what the name of the current open VBA form is? Once I know
the name of the current form, what is the best way to reference a control on
the form?
Any suggested reading on the topic would also be helpful.
Thanks
Steve