M
makyland
Hi! I'm simultaneously working in developing 2 different Access 2003
applications with VBA, but changed to a new laptop this week. Unexpectedly I
get run-time error 29068: "Access cannot complete this operation. You must
stop the code and try again" whenever I try to save a form in the close
event. I had never experienced it before in any of the computers I have
installed my applications before... and now it's occuring in both
applications. The piece of code is as simple as:
Sub Form_Close()
DoCmd.Restore
DoCmd.Save acForm, Me.Name
End Sub
and it always worked before. Any idea what it can be due to? I have upgraded
my Office 2003 installation with Service Pack 2 already...
Thank you in advance for any help on that!!!!!
applications with VBA, but changed to a new laptop this week. Unexpectedly I
get run-time error 29068: "Access cannot complete this operation. You must
stop the code and try again" whenever I try to save a form in the close
event. I had never experienced it before in any of the computers I have
installed my applications before... and now it's occuring in both
applications. The piece of code is as simple as:
Sub Form_Close()
DoCmd.Restore
DoCmd.Save acForm, Me.Name
End Sub
and it always worked before. Any idea what it can be due to? I have upgraded
my Office 2003 installation with Service Pack 2 already...
Thank you in advance for any help on that!!!!!