Query/Parameter Question!

J

JOM

My table has the following fields- EmployeeID, RqstDate, FollowupDate, and
Rush(Yes/No)

My users would like me to create a form that they would be able to enter the
following information to filter the Records in the form. information as
follows
Select Employee ---[EmployeeID]
between RqstDate 1 and RqstDate 2 ----- [RqstDate]
between FollowupDate 1 and FollowupDate 2 ---- [FollowupDate]
Is it a Rush(Yes/No) ---[Rush]


So I thought of creating an unbound form that has unbound fields that has a
button that says Filter Information, so that the form will contain the
information that is filtered as per the requirements above.......

How do I do this????
 
Top