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
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