G
Guest
I have one form used for editing, that can be opened by two other forms.
Since this is not a parent child relationship, is there a way to reference
the form that opened the active form? Example of what I am searching for:
If opened by frm1 Then
Me.ID = Forms![frm1]![ID]
Else
If opened by frm2 Then
Me.ID = Forms![frm1]![ID]
End If
End If
Thank you in advance!
Renee
Since this is not a parent child relationship, is there a way to reference
the form that opened the active form? Example of what I am searching for:
If opened by frm1 Then
Me.ID = Forms![frm1]![ID]
Else
If opened by frm2 Then
Me.ID = Forms![frm1]![ID]
End If
End If
Thank you in advance!
Renee