Help with filtering by date range on DAP

J

j.mahon3

WHERE ((([Daily Query Query].Date) Between [Start] And [End]) AND
(([Daily Query Query].Avail)="Availible Down"))

that is the sql code from my query, i need [Start] and [End] to be set
by the user on the DAP

can this be done

if you know any way ill take any suggestions im completely stuck
trying to filter by a date range
 
Top