B
barrynichols
I have a table in my database which records when a case is marked by
an assessor.
The table shows the case number, the assessor ID that the case has
been assigned to and also an indicator to determine whether or not the
case is closed.
I need the query to show:
The assessor ID number
The number of cases assigned to a particular assessor
the number of cases assigned to a particular assessor that are
incomplete
The first two are fine, however, how do I limit the last part of the
query to show only the cases assigned to each assessor?
thanks
an assessor.
The table shows the case number, the assessor ID that the case has
been assigned to and also an indicator to determine whether or not the
case is closed.
I need the query to show:
The assessor ID number
The number of cases assigned to a particular assessor
the number of cases assigned to a particular assessor that are
incomplete
The first two are fine, however, how do I limit the last part of the
query to show only the cases assigned to each assessor?
thanks