Pharma Down
Registered User.
- Local time
- Today, 08:59
- Joined
- Dec 1, 2011
- Messages
- 67
If I create a save button in Access 2010 the code is:
DoCmd.RunCommand acCmdSaveRecord
If I create a save button in Access 2003 the code is:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I'm sure that there are other issues for buttons created using the wizard.
Why the difference and what does the difference mean for running my database in different systems?
DoCmd.RunCommand acCmdSaveRecord
If I create a save button in Access 2003 the code is:
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I'm sure that there are other issues for buttons created using the wizard.
Why the difference and what does the difference mean for running my database in different systems?