I have converted my database to ms access 2010.
The following code worked ok sunddenly I get an error 2467.(one of the many)
Private Sub form_beforeUpdate(cancel An Integer)
If me.Quantity = 0 then
Docmd.unCommand AcCmdUndo
Else
Datemodified = Date
Timemodified = Time()
Users = Fosusername()
End If
End Sub
Although I get the correct results on the transactions form and in the transactions table when saving I still get an error message code 2467 how can this be possible.
Access 2010 seems full of bugs and error code messages.