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]) & (
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.