For some reason the form will not delete the record. I've tried two versions of the record delete function each one failing. By using DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
It simply does nothing, but by using...