I
inungh
TRANSFORM Count(MyQuery.ID) as CountOfID
SELECT MyQuery.Code, DCount("*" , "tblActivityDetails" ,
[ActivityDate] >= #3/14/2010# and [ActivityDate] <= #3/20/2010# and
[ActivityID] = tblActivityDetails.ActivityID) AS Total,
Count(MyQuery.ID) AS [Total Elements]
I have above DCount in my crosstab query. It seems that crosstab does
not like DCount in the query.
The Dcount works in a select query.
any information is great appreciated,
SELECT MyQuery.Code, DCount("*" , "tblActivityDetails" ,
[ActivityDate] >= #3/14/2010# and [ActivityDate] <= #3/20/2010# and
[ActivityID] = tblActivityDetails.ActivityID) AS Total,
Count(MyQuery.ID) AS [Total Elements]
I have above DCount in my crosstab query. It seems that crosstab does
not like DCount in the query.
The Dcount works in a select query.
any information is great appreciated,