J
Jim Chapman
Hi,
I'm somewhat new to sql and need help with the following.
Need to return one line that combines tax from the following data
InvoiceNumber Item Description Total
1003 Pencil A Pencil 1.00
1003 Tax Pencil .08
would like to have it return the following
item price tax total
Pencil 1.00 .08 1.08
The Item will alway be in the tax description
thanks
jim
I'm somewhat new to sql and need help with the following.
Need to return one line that combines tax from the following data
InvoiceNumber Item Description Total
1003 Pencil A Pencil 1.00
1003 Tax Pencil .08
would like to have it return the following
item price tax total
Pencil 1.00 .08 1.08
The Item will alway be in the tax description
thanks
jim