Access Dates

D

Derek

I am trying to make a query that will take 2 dates from a form and find all
the records between the 2 dates. I have used the suggested coding but am
getting 0 results. I have pasted the code below. Any help would be
appreciated.

Thanks.
Derek

Between [forms]![frmdaytrans]![txtfdate] And [forms]![frmdaytrans]![txttdate]
 
D

DL

Tried using the design query wizard, or expression builder - depending on
how/where you wish to impliment the query
 
Top