Hi I have a form which is called by several other forms via the 'showdialog()' command I'd like it to do different things depending on which form it's called from
so I need to get the name of the parent form. I try with Me.Parent.Name or Me.Owner.Name I always get nothing value.
how can I get the form father that called the showdialog command?