J
John
I'm a complete Newbie at Access but want to learn.
Very simple question. I want to run a query that will list certain
transactions that fall between 2 dates (essentially its 1 week or 7 days).
The user will select via a drop down list an end date (then the query will
run from this date - 7)
I have created a Query that lists all Relevant info (qryInOutTimes) that I
need, I've also created a Table that the User can select via drop-down a
list of Week dates (tblDateSelect), now I want to incorporate into this
Query the Date selection.
I assume I run another Query that somehow uses my qryInOutTimes and
tblDateSelect, but how within my Criteria do I say "Only include info that
falls beween that date selected within tblDateSelect"
Hope someone can assist
FTU
Very simple question. I want to run a query that will list certain
transactions that fall between 2 dates (essentially its 1 week or 7 days).
The user will select via a drop down list an end date (then the query will
run from this date - 7)
I have created a Query that lists all Relevant info (qryInOutTimes) that I
need, I've also created a Table that the User can select via drop-down a
list of Week dates (tblDateSelect), now I want to incorporate into this
Query the Date selection.
I assume I run another Query that somehow uses my qryInOutTimes and
tblDateSelect, but how within my Criteria do I say "Only include info that
falls beween that date selected within tblDateSelect"
Hope someone can assist
FTU