D
Danu
I have a report which has a group header based on dates. For each date (~60)
I need specific information. One of the pieces of info I need to display is
the number of records where the "port" field is Y or N.
In the group header if I use DCount, I get the number of records in the
entire table fitting the request. I have not been able to use Count in this
format = Count([port]='Y').
How can I get the number of records for each date which has an entry for the
field of either Y or N. These are text values. I also need to display in the
same group header the number of unique order numbers.
As always, your help is appreciated.
I need specific information. One of the pieces of info I need to display is
the number of records where the "port" field is Y or N.
In the group header if I use DCount, I get the number of records in the
entire table fitting the request. I have not been able to use Count in this
format = Count([port]='Y').
How can I get the number of records for each date which has an entry for the
field of either Y or N. These are text values. I also need to display in the
same group header the number of unique order numbers.
As always, your help is appreciated.