acActiveDataObject, works OK in Access97 but fails in Access2003

U

Ulf Malmros

I have converted a Access database from ACCESS97 to ACCESS2003 and it worked
fine with the exception of acActiveDataObject, where it halts with the error
message "Can't jump to record" (free translation).
Is there anyone that can give me any hint how to pass this??

Example code:
Private Sub Ny_Click()
If Me.Dirty Then
DoCmd.RunCommand acCmdSaveRecord
End If
Me.AllowAdditions = True
DoCmd.GoToRecord acActiveDataObject, , acNewRec
Call Visa_Click
Me.AllowAdditions = False
End Sub

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top