P
Peter B.
Tested moving application in Access 2000 to Access 2003
Access 2000 - Office XP on Windows XP
Access 2003 - Office 2003 on Windows 2003 Enterprise Server
Application first written in Access2.
Upgraded to Access 95.
Upgraded to Access 97.
Upgraded to Access 2000.
Additional objects added throughout the upgrades.
Existing objects modified.
Issues created from previous upgrades identified and resolved.
The data tables are in a separate mdb file located on a file server.
All other objects are in a second mdb file distributed to multiple desktops.
Tested upgrading to Access 2003.
This resulted is being unable to add new record or edit existing record in
any existing form.
The department has shelved plans to upgrade Office 2000 to Office 2003 until
matter resolved.
Action:
Click a command button with following code:
Me.RecordSource = "tblDailyNorthEast"
DoCmd.GoToRecord , , acNewRec
Result:
Returns the following error:
Run-time error '2105':
You can't go to the specified record.
Also read in status bar:
This recordset is not updatable.
Comments or assistance in this matter is appreciated.
Access 2000 - Office XP on Windows XP
Access 2003 - Office 2003 on Windows 2003 Enterprise Server
Application first written in Access2.
Upgraded to Access 95.
Upgraded to Access 97.
Upgraded to Access 2000.
Additional objects added throughout the upgrades.
Existing objects modified.
Issues created from previous upgrades identified and resolved.
The data tables are in a separate mdb file located on a file server.
All other objects are in a second mdb file distributed to multiple desktops.
Tested upgrading to Access 2003.
This resulted is being unable to add new record or edit existing record in
any existing form.
The department has shelved plans to upgrade Office 2000 to Office 2003 until
matter resolved.
Action:
Click a command button with following code:
Me.RecordSource = "tblDailyNorthEast"
DoCmd.GoToRecord , , acNewRec
Result:
Returns the following error:
Run-time error '2105':
You can't go to the specified record.
Also read in status bar:
This recordset is not updatable.
Comments or assistance in this matter is appreciated.