G
Guest
I'm having trouble getting a query to select, count AND sort properly when
specifying dates.
Fields are [Source], the client source in text format; [Since], the client
since date, in date format.
I am successful retrieving and sorting ALL records by [Source] and counting
them using a query that has column 1 as [Source] Group By and column 2 as
[Source] Count.
My problem comes in trying to select only certain dates using Between dates
feature of the query.
I am feeding a report with this. I've tried selecting dates first in a
separate query, last before report in separate query, in a single query,
tried the report sort and order by features...but, I am lost can't find my
way out.
Can someone please push me in the correct direction?
specifying dates.
Fields are [Source], the client source in text format; [Since], the client
since date, in date format.
I am successful retrieving and sorting ALL records by [Source] and counting
them using a query that has column 1 as [Source] Group By and column 2 as
[Source] Count.
My problem comes in trying to select only certain dates using Between dates
feature of the query.
I am feeding a report with this. I've tried selecting dates first in a
separate query, last before report in separate query, in a single query,
tried the report sort and order by features...but, I am lost can't find my
way out.
Can someone please push me in the correct direction?