DebbieDavis
Programmer
Hi there,
I'm stuck. I have a report that is grouped by salesman, then by job #. The report is called from a form where the user enters a date range. I figured out how to show one salesman per page, but I can't figure out how to total up the jobs for each salesman and total sum for the job cost.
I have a report footer that totals the number of jobs and cost for the entire report and that works great, but I need it broken down by salesman.
I created a text box in the group footer for salesman and used this =Count(*) but it gives me some wacked out number that doesn't seem to match anything. Same with the sum.
Any ideas would be appreciated. Many thanks in advance for your input.
I'm stuck. I have a report that is grouped by salesman, then by job #. The report is called from a form where the user enters a date range. I figured out how to show one salesman per page, but I can't figure out how to total up the jobs for each salesman and total sum for the job cost.
I have a report footer that totals the number of jobs and cost for the entire report and that works great, but I need it broken down by salesman.
I created a text box in the group footer for salesman and used this =Count(*) but it gives me some wacked out number that doesn't seem to match anything. Same with the sum.
Any ideas would be appreciated. Many thanks in advance for your input.