DAP query question

J

j.mahon3

I have a bunch of data access pages set up. Working showing the data
for a particular data.
I have new plans and need to have a date range choosen by a user on
the page itself, then that data to be shown for the entered range.

so the query would be a select query summing with the date criteria
being
between [startdate] and [enddate]

problem is how do i either create a calendar control or two drop downs
on the page itself that the user can change to view the nessisary
data. Im assuming a command button will also be needed.

is there a way to pass the values from controls on a dap to the
query ???
 
Top