Good afternoon. I have a subform that registers 13 items. I would like to delete the 13 lines at once, but I can only delete 1 at a time using the Access command "DoCmd.DoMenuItem . acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70"
How can I delete...