I am currently using Access 2003, I have created a very simple database. I am trying to create a form that will run a date range. So far, I have been abble to accomplish this. I created the form with the name Range. Next I created a query. The date filed that I am searching for is title appointed. It is neccessary for me to run a range to include dates of appointment between to date, usually the begining and end of a month. But somethimes it is necessary for a quarter date range.
What I have located on the web has shown me the following
in the criteria cell:
[Forms]![frmRange].[txtStartDate]And[txtEndDate]
But this does not work. I tried:
[Forms]![frmRange].Between[txtStartDate]And[txtEndDate]
and that does not work either. Any help on this would be great. I do not know much about VB so I really and trying to do this just in Access.
Thank you in advance.
What I have located on the web has shown me the following
in the criteria cell:
[Forms]![frmRange].[txtStartDate]And[txtEndDate]
But this does not work. I tried:
[Forms]![frmRange].Between[txtStartDate]And[txtEndDate]
and that does not work either. Any help on this would be great. I do not know much about VB so I really and trying to do this just in Access.
Thank you in advance.