Duplicate Record Questions
A2k (9.0.4402) SR-1
I have a Duplicate Record button on a form that was built with the wizard and generated the following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70 ‘Paste Append
1. How do I translate the above three statements? What do the commands mean?
2. I thought RunCommand replaced DoMenuItem, why does DoMenuItem get generated?
3. How do I find out the events a duplicated record goes through?
4. How do I get rid of the following message when I Duplicate record then exit form,