I have a query as follows:
<cfquery name="KAMLate" datasource="directory">
select sum(TotalLate) as tLate from AttendanceSum where Room='K-am' and Date=#Date#
</cfquery>
It does not give any errors.
The purpose is to total all of the values in the TotalLate field. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.