D
dburns
I have a query underlying a report which finds all (book) records for
items that either have been received this fiscal year or are still on
order. The report totals are grouped by department. Right now it
returns results something like this:
ART: On Order: $100
ART: Received: $300
BIO: Received: $400
CHE: On Order: $200
CHE: Received: $150
The problem here is for the department "BIO." Nothing is currently on
order, so the query does not return any records meeting that
criterion. I would like it to print out something like this:
BIO: On Order: $0
BIO: Received: $400
The same goes for departments which have not received any books yet,
or have not ordered OR received any books yet. Can I alter the query
or report to indicate that no records have been returned for a
particular department? I would like to avoid using blank records.
Thanks.
David Burns
Spring Arbor, MI
items that either have been received this fiscal year or are still on
order. The report totals are grouped by department. Right now it
returns results something like this:
ART: On Order: $100
ART: Received: $300
BIO: Received: $400
CHE: On Order: $200
CHE: Received: $150
The problem here is for the department "BIO." Nothing is currently on
order, so the query does not return any records meeting that
criterion. I would like it to print out something like this:
BIO: On Order: $0
BIO: Received: $400
The same goes for departments which have not received any books yet,
or have not ordered OR received any books yet. Can I alter the query
or report to indicate that no records have been returned for a
particular department? I would like to avoid using blank records.
Thanks.
David Burns
Spring Arbor, MI