M
mon
Hi again, how do I adjust the below code to close the form
and exit the database? Thanks mon
Private Sub Command37_Click()
On Error GoTo Err_Command37_Click
DoCmd.Close
Exit_Command37_Click:
Exit Sub
Err_Command37_Click:
MsgBox Err.Description
Resume Exit_Command37_Click
End Sub
and exit the database? Thanks mon
Private Sub Command37_Click()
On Error GoTo Err_Command37_Click
DoCmd.Close
Exit_Command37_Click:
Exit Sub
Err_Command37_Click:
MsgBox Err.Description
Resume Exit_Command37_Click
End Sub