Query using 'start' & 'end' date parameter

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

i've created a query that produces all the data held in my database and
i've set up a parameter - 'Between [Enter start date] and [Enter end date]'
to return only the data received between two specific dates however, when i
run the query it still returns all the data held in my database, not the
dates i am requesting. Can anyone help at all?
 
Ensure your data type is Date and that the dates in your query are enclosed
in hashes.
--
***************************
If the message was helpful to you, click Yes next to Was this post helpful
to you?
If the post answers your question, click Yes next to Did this post answer
the question?
 
Back
Top