ind123p
Programmer
- Sep 28, 2005
- 62
I am using CR XI and Access 20000
My report is in the form of a letter. I have grouped on Customer Id.
In GH1 I have Customer Name, Address, City, State, ZIP and Subject.
I have no trouble with this report when customer has only one Home address.
If the customer has multiple home address I want to show only the first address. In the address table I have ADDRID and I have done a Record Sort on ADDRID.
MY PROBLEM:
In the details section I get the same detail rows that appeared for Adddr1.
For example
This is what I am getting
John Doe
24 Washington st,Chicago
1234 ABCDE
5678 PQRS
9876 WETH
1234 ABCDE
5678 PQRS
9876 WETH
This is what I am expecting
John Doe
24 Washington st,Chicago
1234 ABCDE
5678 PQRS
9876 WETH
How do I suppress the extra detail lines ?
My report is in the form of a letter. I have grouped on Customer Id.
In GH1 I have Customer Name, Address, City, State, ZIP and Subject.
I have no trouble with this report when customer has only one Home address.
If the customer has multiple home address I want to show only the first address. In the address table I have ADDRID and I have done a Record Sort on ADDRID.
MY PROBLEM:
In the details section I get the same detail rows that appeared for Adddr1.
For example
This is what I am getting
John Doe
24 Washington st,Chicago
1234 ABCDE
5678 PQRS
9876 WETH
1234 ABCDE
5678 PQRS
9876 WETH
This is what I am expecting
John Doe
24 Washington st,Chicago
1234 ABCDE
5678 PQRS
9876 WETH
How do I suppress the extra detail lines ?