K
kreativekreations
Hello all,
I am a newbie, however, I am trying to create a Driver Deliqnency report from
a table with the following fields:
Driver Deliquency Table
________________________
Unit # (truck id)
Driver Name
Supervisor
Due Date (the written report is due before it goes into deliquent status)
Status (reason for deliquency)
Date Contacted (when the driver was contacted about the deliquency)
Month (Month of the Year)
Driver Deliquency (which is the field that should count the number of times
the driver has been deliquent.)
The report is to be sorted by supervisor and the output should look something
like:
Supervisor Driver Name Unit #
Times Deliquent
________ __________ ____
_____________
John Doe Mark Brown 543
4
Oscar Meyer Peter Pan 127
1
This is a two fold question:
1. If this report is based on the table in the first half, how can I count
the number of times the driver was deliquent. Note: There may be multiple
rows of a deliquent driver in the Driver Deliquency Table, that will need to
be counted? Do I use a query? The whole point is to not show repeated names,
only the the total number/count based on the table.
2. What type of field should the driver deliquency be, right now, there is
no data going into this, should this be a calculated field within the table
itself?
Thanks in advance.
I am a newbie, however, I am trying to create a Driver Deliqnency report from
a table with the following fields:
Driver Deliquency Table
________________________
Unit # (truck id)
Driver Name
Supervisor
Due Date (the written report is due before it goes into deliquent status)
Status (reason for deliquency)
Date Contacted (when the driver was contacted about the deliquency)
Month (Month of the Year)
Driver Deliquency (which is the field that should count the number of times
the driver has been deliquent.)
The report is to be sorted by supervisor and the output should look something
like:
Supervisor Driver Name Unit #
Times Deliquent
________ __________ ____
_____________
John Doe Mark Brown 543
4
Oscar Meyer Peter Pan 127
1
This is a two fold question:
1. If this report is based on the table in the first half, how can I count
the number of times the driver was deliquent. Note: There may be multiple
rows of a deliquent driver in the Driver Deliquency Table, that will need to
be counted? Do I use a query? The whole point is to not show repeated names,
only the the total number/count based on the table.
2. What type of field should the driver deliquency be, right now, there is
no data going into this, should this be a calculated field within the table
itself?
Thanks in advance.