D
Don
Just created my first Access database and it works great - sort of.
I have a table that contains records of individuals of whom a select
few I'm monitoring via the report I created. The report lists these
names from a query that searches the table for these few names.
The report does display their names and displays a count representing
the number of records that contain the name in a name field. However,
if one of the individuals has never actually been entered into the
database, obviously that name does not appear on the report. Those
running the report need to be aware of a name being monitored even if
there is a zero count for that name.
How can I derive from the query or table that this specific individual
does not yet exist so that my report will display their name with a
zero as the count?
My query is looking for any of the names in the name field. I suppose
if I was more specific and created separate criteria, each criteria
handling only one name, then I'd get an error if that name was not
found and I can use some sort of error trapping to generate a line on
the report to indicate a zero count for that name? Just not sure if
that would be the best way to approach this.
Access is great! I wish I had started working with it years ago.
Thanks,
Don
I have a table that contains records of individuals of whom a select
few I'm monitoring via the report I created. The report lists these
names from a query that searches the table for these few names.
The report does display their names and displays a count representing
the number of records that contain the name in a name field. However,
if one of the individuals has never actually been entered into the
database, obviously that name does not appear on the report. Those
running the report need to be aware of a name being monitored even if
there is a zero count for that name.
How can I derive from the query or table that this specific individual
does not yet exist so that my report will display their name with a
zero as the count?
My query is looking for any of the names in the name field. I suppose
if I was more specific and created separate criteria, each criteria
handling only one name, then I'd get an error if that name was not
found and I can use some sort of error trapping to generate a line on
the report to indicate a zero count for that name? Just not sure if
that would be the best way to approach this.
Access is great! I wish I had started working with it years ago.
Thanks,
Don