B
Bill Mitchell
Is there a function that will give me the Access Name for
my control location wherever it is?
For example, say my control is named myControl. Let's
say it is located on a subform called mySubForm on a form
called myForm.
Its Access location is forms![myForm]![mySubform].form!
[myControl]. Is there a fucntion that exists or that I
could write that would return 'forms![myForm]!
[mySubform].form![myControl]' when I clicked on the
control for instance? Would it then return the proper
loaction if that same control were located somewhere else?
This would be very helpful in many situations.
Thanks,
Bill
my control location wherever it is?
For example, say my control is named myControl. Let's
say it is located on a subform called mySubForm on a form
called myForm.
Its Access location is forms![myForm]![mySubform].form!
[myControl]. Is there a fucntion that exists or that I
could write that would return 'forms![myForm]!
[mySubform].form![myControl]' when I clicked on the
control for instance? Would it then return the proper
loaction if that same control were located somewhere else?
This would be very helpful in many situations.
Thanks,
Bill