C
charlie
I have a LARGE HISTORY table that records an attendance
code (a, b, n, t,m) Each code has a meaning. At the end
of the week we have to know the total ABSENT (CODEs a, b,
n, m), TARTY (code T) AND PRESENT (blank or null).
I am trying to develop a query that will have some table
info and 3 new fields ACOUNT, TCOUNT, and PCOUNT. The
values will be based upon the ATTENDCODE. If the code is
A or N OR M then ACount is 1 and the others are 0, etc.
This will be used to create many reports. Since this is a
large table, I do not want to have cal. fields in the
table.
This is my second posting of this request for help. I did
not describe it very well in the first. We would
appreciate any ideas or suggestions. Thanks
..
code (a, b, n, t,m) Each code has a meaning. At the end
of the week we have to know the total ABSENT (CODEs a, b,
n, m), TARTY (code T) AND PRESENT (blank or null).
I am trying to develop a query that will have some table
info and 3 new fields ACOUNT, TCOUNT, and PCOUNT. The
values will be based upon the ATTENDCODE. If the code is
A or N OR M then ACount is 1 and the others are 0, etc.
This will be used to create many reports. Since this is a
large table, I do not want to have cal. fields in the
table.
This is my second posting of this request for help. I did
not describe it very well in the first. We would
appreciate any ideas or suggestions. Thanks
..