I have a query which prompts the user to enter a date.
Using the following VBA code, which is assigned to a button:
Sub GetMErateData()
'Displays all ME rate data
DoCmd.OpenQuery "qry Divisional Analysis Month End Rate"
End Sub
When the prompt appears and I click cancel rather then...