I have an Access application for which I'm trying to put the data on SQL Server. The data got there fine, but I'm having a problem running the application.
The application is a membership enrollment application. The scripts behind some forms (buttons) crash when they attempt to add a new record to a table. The command line is "DoCmd.GoToReco rd , , acNewRec"
Can someone suggest a different approach for adding a new record?
Does anyone have other advice about problems I'm likely to encounter?
Thanks,
Dante
The application is a membership enrollment application. The scripts behind some forms (buttons) crash when they attempt to add a new record to a table. The command line is "DoCmd.GoToReco rd , , acNewRec"
Can someone suggest a different approach for adding a new record?
Does anyone have other advice about problems I'm likely to encounter?
Thanks,
Dante
Comment