J
Joe M.
I have a form with a cmd button that has the code
DoCmd.Close acForm, "Hours_Flexible_Query": MsgBox "Stop"
The code is ignored and the form does not close. The msgbox executes. On
another form the identical type code exists and works. Why is this happening?
Can someone help?
Thanks,
Joe M.
DoCmd.Close acForm, "Hours_Flexible_Query": MsgBox "Stop"
The code is ignored and the form does not close. The msgbox executes. On
another form the identical type code exists and works. Why is this happening?
Can someone help?
Thanks,
Joe M.