J
J.G.Martin
I need to produce, from multiple input records, for example Gross - Taxes
withheld - Deductions Withheld - Employer Taxes - Net where each input record
will contain one of the above amounts identified by an "Amount Type". This
will be used to populate an Excel Spreadsheet for all payroll data by Payroll
Period.
I can summarize into a report by breaking on the employee name, but I really
need to have the data into one line. I use a nested iif statement that
identifies the Amount Type and outputs it into the appropriate field - if
Amount Type is "Vac", i will output the field into a "Vac" field in the
query. The problem is that my data base has only one type in the resulting
record where I really want to summarize the data into a single line on
writing to a new table.
I am totally Stumped!
withheld - Deductions Withheld - Employer Taxes - Net where each input record
will contain one of the above amounts identified by an "Amount Type". This
will be used to populate an Excel Spreadsheet for all payroll data by Payroll
Period.
I can summarize into a report by breaking on the employee name, but I really
need to have the data into one line. I use a nested iif statement that
identifies the Amount Type and outputs it into the appropriate field - if
Amount Type is "Vac", i will output the field into a "Vac" field in the
query. The problem is that my data base has only one type in the resulting
record where I really want to summarize the data into a single line on
writing to a new table.
I am totally Stumped!