Hello, I have a button that clears my "Who Logged In" table, and the button works and it requerys the form BUT when I close the form, I get an error message. Why am I getting the message?
Private Sub cmdDeleteAllRecords_Click()
CurrentDb.Execute "Delete * From tbl_WhoLoggedIn"...