R
Roy Goldhammer
Hello there
If i opened form frmDlg as dialog. How can I get pointer to form that open
frmDlg?
for example:
if on frmMain in some button there is code like this:
docmd.openform "frmDlg", WindowMode:=acDialog
and there is another form frmSec with button and code:
docmd.openform "frmDlg", WindowMode:=acDialog
how can i know in frmDlg which form opened frmDlg?
If i opened form frmDlg as dialog. How can I get pointer to form that open
frmDlg?
for example:
if on frmMain in some button there is code like this:
docmd.openform "frmDlg", WindowMode:=acDialog
and there is another form frmSec with button and code:
docmd.openform "frmDlg", WindowMode:=acDialog
how can i know in frmDlg which form opened frmDlg?