T
Toni
I use a report with this query at the source property:
SELECT Sum(DENSITY), Min(DATE) AS [MIN_DATE], Max(DATE)
FROM [FUEL];
and the following at the where property
DATE > #01/01/04#
I don´t know why Access ask me about date when actually
date is at the where property. If I change the query and I
do this:
SELECT Sum(DENSITY), Min(DATE) AS [MIN_DATE], Max(DATE)
FROM [FUEL] WHERE DATE > #01/01/04#;
then everything is all right.
Does anybody know why Access do that?
SELECT Sum(DENSITY), Min(DATE) AS [MIN_DATE], Max(DATE)
FROM [FUEL];
and the following at the where property
DATE > #01/01/04#
I don´t know why Access ask me about date when actually
date is at the where property. If I change the query and I
do this:
SELECT Sum(DENSITY), Min(DATE) AS [MIN_DATE], Max(DATE)
FROM [FUEL] WHERE DATE > #01/01/04#;
then everything is all right.
Does anybody know why Access do that?