Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read NEXT

Status
Not open for further replies.

crystal2770

Technical User
Jan 8, 2008
13
US
How do I Produce the following.. Ive been trying for a while and cant figure this out..

this is what is in my report detail

Client # Name Ins Type Ins
123 Ann Primay A
123 Ann Secondary B
123 Ann Tertiary C

I need..
Client # Name Primary Secondary Tertiary
123 Ann A B C

THANKS FOR HELPING
 
Insert a crosstab in the report footer where you use client # and name as rows, ins type as the column, and maximum of Ins as the summary field.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top