G
Guest
Can AnyOne see here where the error in the sql statement is
It says there is an error in the from claus
SELECT Count([Accepts 2].Queue) AS CountOfQueue,Date.Date
FROM [Accepts 2] INNER JOIN Date ON FORMAT (Date.Date,"hh") = format ( [Accepts 2].TimeOfAccept,"hh"
WHERE ((([Accepts 2].TimeOfAccept) Between (#1/1/2002#) And ((#12/30/2002#)))
Group By Date.Date;
It says there is an error in the from claus
SELECT Count([Accepts 2].Queue) AS CountOfQueue,Date.Date
FROM [Accepts 2] INNER JOIN Date ON FORMAT (Date.Date,"hh") = format ( [Accepts 2].TimeOfAccept,"hh"
WHERE ((([Accepts 2].TimeOfAccept) Between (#1/1/2002#) And ((#12/30/2002#)))
Group By Date.Date;