date qry to match other date qry

jedder18

Just Livin the Dream!
Local time
Today, 12:21
Joined
Mar 28, 2012
Messages
135
running 3 queries together

1 qry has a date parameter of start/end date(running before the 3 are together)

Have a field in 1 of the 3 queries with a date field that I need to show being <= the date parameter...

How/where do I use this criteria?
 
I would have the user enter the dates on a form, and have the queries get their needed parameters from there.
 
this is to end up on a report...the dates are already entered in a form..they need to match on the report
 
Then I'm not sure I understand the question. A criteria of:

<=Forms!FormName.TextboxName

should work.
 

Users who are viewing this thread

Back
Top Bottom