C
CaptDD
Hello,
I have a database and a query. Little background. The database is
Emergency Run information for my Fire Department. What I am attempting to
do, with little success, is create a query that will generate data based on
time spent times number of responders for each run.
In the form / database there is a check box for each of the employees which
is checked when that person responds to the run. I also have time boxes for
the response times of each run.
What I am trying to do is create a query field that takes the elapsed time
and multiplies it times the number of check boxes checked in that record.
The data that shows in the table or query for the check box (when checked) is
-1.
I can't seem to get a count of the number of check boxes.
Tried a field --> Men:Sum([name1]+[name2]+[name3]) but it brings no result.
I can set each name field to a count, but then I can't use the count to get a
sum.
Hope this wasn't too confusing.
I have a database and a query. Little background. The database is
Emergency Run information for my Fire Department. What I am attempting to
do, with little success, is create a query that will generate data based on
time spent times number of responders for each run.
In the form / database there is a check box for each of the employees which
is checked when that person responds to the run. I also have time boxes for
the response times of each run.
What I am trying to do is create a query field that takes the elapsed time
and multiplies it times the number of check boxes checked in that record.
The data that shows in the table or query for the check box (when checked) is
-1.
I can't seem to get a count of the number of check boxes.
Tried a field --> Men:Sum([name1]+[name2]+[name3]) but it brings no result.
I can set each name field to a count, but then I can't use the count to get a
sum.
Hope this wasn't too confusing.