M
Mark A. Sam
Hello,
I would like to call an event procedure from a form variable. Can it be
done? I tried this, and got a message:
Runtime error '2465':
Application-Defined or Object-Defined error.
DoCmd.OpenForm "Order Entry Header Admin", , , "[OrdID] =" & [ordID]
Dim frm As Form
Set frm = Forms("Order Entry Header Admin")
Call frm.Copy_Record_Click
Set frm = Nothing
Can this be done or is my method just wrong.
Thank you for your help and God Bless,
Mark A. Sam
I would like to call an event procedure from a form variable. Can it be
done? I tried this, and got a message:
Runtime error '2465':
Application-Defined or Object-Defined error.
DoCmd.OpenForm "Order Entry Header Admin", , , "[OrdID] =" & [ordID]
Dim frm As Form
Set frm = Forms("Order Entry Header Admin")
Call frm.Copy_Record_Click
Set frm = Nothing
Can this be done or is my method just wrong.
Thank you for your help and God Bless,
Mark A. Sam