pop = yes problem

  • Thread starter Thread starter Jeff
  • Start date Start date
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.".
 
Back
Top