When I exit my database i get this error message. What is causing this?
Private Sub Command80_Click()
On Error GoTo Err_Command80_Click
DoCmd.Quit
Exit_Command80_Click:
Exit Sub
Err_Command80_Click:
MsgBox Err.Description
Resume Exit_Command80_Click
Private Sub Command80_Click()
On Error GoTo Err_Command80_Click
DoCmd.Quit
Exit_Command80_Click:
Exit Sub
Err_Command80_Click:
MsgBox Err.Description
Resume Exit_Command80_Click