E
el zorro
One of the fields on a data entry form is a "Status" field, from which the
user can select from about 5 different states (such as Approved, Denied,
Pending, etc.) I made a report based on a crosstab query that nicely shows
each status type as a column heading, and shows a count of how many of each
Status type have been entered for various dates (dates being row headings).
I tested the report when there was at least one entry for each possible
Status, and it works great. But when I truy to run the report for periods
when some of the Status possibilities are blank, for example, no Denied
entries, I get an error message that the Report does not recognize 'Denied"
as a valid field name.
It makes sense, since the Report does specify that one of the fields is
Denied, but that field is not populated in the crosstab table if there are no
denied entries, and there is no longer a Denied column in that case.
Is there a way around this? I like being able to make a column heading for
each of the possible data for "Status ," and if there are no "Denied"s, to
still run the report but leave that column blank.
Thanks!
user can select from about 5 different states (such as Approved, Denied,
Pending, etc.) I made a report based on a crosstab query that nicely shows
each status type as a column heading, and shows a count of how many of each
Status type have been entered for various dates (dates being row headings).
I tested the report when there was at least one entry for each possible
Status, and it works great. But when I truy to run the report for periods
when some of the Status possibilities are blank, for example, no Denied
entries, I get an error message that the Report does not recognize 'Denied"
as a valid field name.
It makes sense, since the Report does specify that one of the fields is
Denied, but that field is not populated in the crosstab table if there are no
denied entries, and there is no longer a Denied column in that case.
Is there a way around this? I like being able to make a column heading for
each of the possible data for "Status ," and if there are no "Denied"s, to
still run the report but leave that column blank.
Thanks!