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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crosstab Query

Status
Not open for further replies.

aginter

Technical User
Joined
Aug 29, 2002
Messages
6
Location
US
I'm trying to build a report with multiple column headers. I don't know how to get all the data that I need to string across the top of my report.
This is a numeric fields. Hours 01,Hours 02, Gross pay, Net pay.
Does anybody deal with this type of reports.
Check Amount=Check Amount: IIf([XN]![GROSS_NET]="N",[XN]![NET_PAY],IIf([XN]![GROSS_NET]="G",[XN]![NET_PAY],0))

Expr1: (([CODE_TYPE]) & (
Code:
))

I'm looking for a solution to have the columns read as listed above.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top