hi...i've got an application in acces that has been written origanally for access97. Now we are migrating to Access2000 and i've got a problem. When i erase the line(with the star in front) everything works fine otherwise i get a fault message 2046, that deals about saving a record........anyone gots an idea............?
tnx.
Private Sub cmdNieuw_Click()
stDocName = "frmNieuwContactpersoon"
*DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm stDocName, , stLinkCriteria
End Sub
tnx.
Private Sub cmdNieuw_Click()
stDocName = "frmNieuwContactpersoon"
*DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
DoCmd.OpenForm stDocName, , stLinkCriteria
End Sub