J
Jason Trolian
I work in a collection firm. I have built numerous querys
that gather data for me and I display the data in 1
report. One section of this shows the amount of checks we
have in house not awaiting to be posted ("Back end")
query1 gathers all the transactions for each collector
including all details (ie: Check#, Amount, Commision amt.,
etc)
Query2 totals the transactions and lists them for
reporting seperated by collector name.
The problem is, when there is no money in the back end for
a specific collector during the queried date range, the
collectors name wont list with a zero. It simply ignores
the null value and moves on. When I finally run the
report, even though the collector has other values from
different querys, the report will not list the collector.
I believe that I need to use "if is null" statment but not
sure in what context.
Thanks in advance for any help you can offer.
Jason Trolian
that gather data for me and I display the data in 1
report. One section of this shows the amount of checks we
have in house not awaiting to be posted ("Back end")
query1 gathers all the transactions for each collector
including all details (ie: Check#, Amount, Commision amt.,
etc)
Query2 totals the transactions and lists them for
reporting seperated by collector name.
The problem is, when there is no money in the back end for
a specific collector during the queried date range, the
collectors name wont list with a zero. It simply ignores
the null value and moves on. When I finally run the
report, even though the collector has other values from
different querys, the report will not list the collector.
I believe that I need to use "if is null" statment but not
sure in what context.
Thanks in advance for any help you can offer.
Jason Trolian