S
Steve
Has anyone had this happen:
Code is:
If ianswer = 6 Then
DoCmd.SetWarnings False
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
DoCmd.SetWarnings True
End If
Code runs, but I still get the delete record message from
Access even though I am turning off warnings.
Thanks,
Code is:
If ianswer = 6 Then
DoCmd.SetWarnings False
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70
DoCmd.SetWarnings True
End If
Code runs, but I still get the delete record message from
Access even though I am turning off warnings.
Thanks,