G
Guest
Sorry if this has been asked before, but I cannot find a similar posting.
I am trying to set up a parameter query to find a project name (fieldname=
project) between 2 dates (fieldname=attendeddate) OR link project (fieldname
= linkproject) between the same 2 dates (fieldname=attendeddate).
I do not want the user to have to put in the date range twice.
the WHERE statement in the sql is as follows
WHERE ((([Project Codes].Project)=[enter project]) AND (([event
schedule].eventdate) Between [first date] And [second date])) OR
(((contractual.[link project])=[and enter link project]));
but this finds the project between the dates, but not the link project
between the dates.
Can I state that I want to find project OR link project between the same 2
dates.
Hope this makes sense?
I am trying to set up a parameter query to find a project name (fieldname=
project) between 2 dates (fieldname=attendeddate) OR link project (fieldname
= linkproject) between the same 2 dates (fieldname=attendeddate).
I do not want the user to have to put in the date range twice.
the WHERE statement in the sql is as follows
WHERE ((([Project Codes].Project)=[enter project]) AND (([event
schedule].eventdate) Between [first date] And [second date])) OR
(((contractual.[link project])=[and enter link project]));
but this finds the project between the dates, but not the link project
between the dates.
Can I state that I want to find project OR link project between the same 2
dates.
Hope this makes sense?