G
Gitche Gumee
I have this code in the Form_Current event of subform [frm Project
Information].
Me.cboProduct = DLookup("Product", "tblProductGroupFunction",
"ProductGroupID = Forms!frmMain![frm Project
Information].Form.[ProductGroupSubform].Form!ProductGroupID")
My problem is that when I close the Main form, I get error 2001 pointing to
this code. How do I get around that?
Information].
Me.cboProduct = DLookup("Product", "tblProductGroupFunction",
"ProductGroupID = Forms!frmMain![frm Project
Information].Form.[ProductGroupSubform].Form!ProductGroupID")
My problem is that when I close the Main form, I get error 2001 pointing to
this code. How do I get around that?