Could someone help me with a small problem I have. I want to copy and paste a few records using
VB. I am using this to copyand paste 1 record but when I have more than 1 i need to copy copy all and paste append.
DoCmd.DoMenuItem acFormBar, acEditMenu, acSelectAllRecords, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70
any help would be appriciated.