When I go into design view of the form open the code it shows the following:
Option Compare Database
Private Sub cmdClose_Click()
On Error GoTo Err_cmdClose_Click
DoCmd.Close
Exit_cmdClose_Click:
Exit Sub
Err_cmdClose_Click:
MsgBox Err.Description
Resume Exit_cmdClose_Click...
I'm trying to help someone correct a problem with their Access database. The database features worked and a consultant was hired to make some changes to the database and since that time there a few issues that they've been running into. They have a form that they enter date range data into. It...
I'm trying to help someone correct a problem with their Access database. The database features worked and a consultant was hired to make some changes to the database and since that time there a few issues that they've been running into. They have a form that they enter date range data into. It...