K
Kevin
I have a report which uses a query pulling data from two
tables. Take the following example: Tables Salesman and
Sales. Salesman is generic information about the indiviual
and Sales is information about the sales the Salesman has.
My Report is something like this:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Fred 1 Jones HairPLace 10/12/03 $1200.00
Fred 1 Jim's Electric 10/15/03 $800.00
Jim 1 TheMall 10/11/03 $2500.00
Jim 1 Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Alice 2 Steve's Garage 10/15/03 $7500.00
I would want it to read as follows:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Jones HairPLace 10/12/03 $1200.00
Jim's Electric 10/15/03 $800.00
Jim 1 TheMall 10/11/03 $2500.00
Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Steve's Garage 10/15/03 $7500.00
To address this I set the fields Hide Duplicates property
for each field I did not want duplicated in the report.
The problem I am having is it reads as follows:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Fred Jones HairPLace 10/12/03 $1200.00
Fred Jim's Electric 10/15/03 $800.00
Jim TheMall 10/11/03 $2500.00
Jim Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Alice Steve's Garage 10/15/03 $7500.00
I would like it to display everything again when it starts
a new salesman.
I hope that's clear. The strange thing is, I have done
reports like this many times and did not have this
problem. If anyone has any suggestions, I would greatly
appreciate the help!
tables. Take the following example: Tables Salesman and
Sales. Salesman is generic information about the indiviual
and Sales is information about the sales the Salesman has.
My Report is something like this:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Fred 1 Jones HairPLace 10/12/03 $1200.00
Fred 1 Jim's Electric 10/15/03 $800.00
Jim 1 TheMall 10/11/03 $2500.00
Jim 1 Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Alice 2 Steve's Garage 10/15/03 $7500.00
I would want it to read as follows:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Jones HairPLace 10/12/03 $1200.00
Jim's Electric 10/15/03 $800.00
Jim 1 TheMall 10/11/03 $2500.00
Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Steve's Garage 10/15/03 $7500.00
To address this I set the fields Hide Duplicates property
for each field I did not want duplicated in the report.
The problem I am having is it reads as follows:
SalesmanName Region CustomerName SaleDate SaleAmt
Fred 1 ACE Utilities 10/12/03 $1000.00
Fred Jones HairPLace 10/12/03 $1200.00
Fred Jim's Electric 10/15/03 $800.00
Jim TheMall 10/11/03 $2500.00
Jim Fred's Plumbing 10/12/03 $1500.00
Alice 2 Stacie's Place 10/12/03 $5000.00
Alice Steve's Garage 10/15/03 $7500.00
I would like it to display everything again when it starts
a new salesman.
I hope that's clear. The strange thing is, I have done
reports like this many times and did not have this
problem. If anyone has any suggestions, I would greatly
appreciate the help!