Hello....
Every time I call the code beneath here I get an error 2046......Anyone an idea how this comes....If u need more info or Code just mail it here or to jahribba@yahoo.com
tnx....
Private Sub cmdNieuwDocument_Click()
DoCmd.OpenQuery "qryTabelSjabloonLegen"
stDocName = "frmNieuwDocument"
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm stDocName, , , , acFormAdd
End Sub
Every time I call the code beneath here I get an error 2046......Anyone an idea how this comes....If u need more info or Code just mail it here or to jahribba@yahoo.com
tnx....
Private Sub cmdNieuwDocument_Click()
DoCmd.OpenQuery "qryTabelSjabloonLegen"
stDocName = "frmNieuwDocument"
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm stDocName, , , , acFormAdd
End Sub