P
pvp
I have the following code to save a newly-entered record,
dating back to Access 97:
'
DoCmd.DoMenuItem acFormBar, acRecordsMenu,
acSaveRecord, , acMenuVer70
'
I am told there is better way to do it from Access 2000
onwards. What is the 'modern' equivalent?
Also, when I have entered a new record, I find that the
records 'behind' the form are still sorted apart from the
newest record, just entered. Is there a quick and easy
way to resort records after each new record has been
saved?
Thanks.
dating back to Access 97:
'
DoCmd.DoMenuItem acFormBar, acRecordsMenu,
acSaveRecord, , acMenuVer70
'
I am told there is better way to do it from Access 2000
onwards. What is the 'modern' equivalent?
Also, when I have entered a new record, I find that the
records 'behind' the form are still sorted apart from the
newest record, just entered. Is there a quick and easy
way to resort records after each new record has been
saved?
Thanks.