J
Jeff PC via AccessMonster.com
Is there a function that will take an Object as input and return a string
that corresponds to an absolute reference to the object. In other words I am
imagining a function like:
Function GetObjectRef(TargetObject As Object) As String
So that if an object like Forms![MyParentForm]![MySubForm] was placed in the
above function it would return "Forms![MyParentForm]![MySubForm]" as a string?
that corresponds to an absolute reference to the object. In other words I am
imagining a function like:
Function GetObjectRef(TargetObject As Object) As String
So that if an object like Forms![MyParentForm]![MySubForm] was placed in the
above function it would return "Forms![MyParentForm]![MySubForm]" as a string?