Enter query parameters from a form

K

karaeloko

Hi,

I have this query

SELECT tblPst.Field2
FROM....
WHERE (((tblPst.Date) Between [Enter start date:] And [Enter end
date:]))
GROUP BY tblPst.Field2
ORDER BY tblPst.Field2,

I want to be able to open the form and not enter the values in the pop-
ups, but instead choose the dates from calendar controls for "Enter
start date:" and "Enter end date:" and then run the query with a
command button.

Thanks for the help provided.
 
Top