Find Parent Form Name

R

Rob

How can I use VB to set a variable to the name of the form that opened
another form? In this case, I have a calendar that will return the selected
value to a control on a given form. I need to know which form opened the
Calendar.
 
J

Jeff Boyce

Rob

One approach might be to set the value of a variable to the name of the
calling form.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top