J
Jeff
My delete record command button hase code "
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
I have made my form pop = yes and when I click the delete record command
button I get an error:
"MS Access cant find the field FORMS refered to in the expression.".
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
I have made my form pop = yes and when I click the delete record command
button I get an error:
"MS Access cant find the field FORMS refered to in the expression.".