Here's some background and my question -
FormA contains a button, that when clicked brings up FormX. FormB also contains a button that when clicked brings up FormX.
Is there a way to tell whether FormA or FormB called FormX (from inside the code of FormX)? Basically I need to know how I got into FormX once I'm already in there. Can I look "backward" to the form that called FormX?
TIA,
Michelle
FormA contains a button, that when clicked brings up FormX. FormB also contains a button that when clicked brings up FormX.
Is there a way to tell whether FormA or FormB called FormX (from inside the code of FormX)? Basically I need to know how I got into FormX once I'm already in there. Can I look "backward" to the form that called FormX?
TIA,
Michelle