jchewsmith
Technical User
I have a table that includes order number, item# and tax% all products, I want to create a table that has copies of info from this table and adds a line for shipping and on that line for shipping I want to include the tax % the same as the order items.
So the original tables holds this info:
Order 12345 item xyz 5.5 $10.00
Order 12345 item lmo 5.5 $12.00
Order 12346 itme abc 5.2 $15.00
I want to create a new table that includes all of the above and adds a shipping line
New Table:
Order 12345 item xyz 5.5 $10.00
Order 12345 item lmo 5.5 $12.00
Order 12345 Shipping 5.5 $2.50
Order 12346 item abc 5.2 $15.00
Order 12346 Shipping 5.2 $3.00
So the original tables holds this info:
Order 12345 item xyz 5.5 $10.00
Order 12345 item lmo 5.5 $12.00
Order 12346 itme abc 5.2 $15.00
I want to create a new table that includes all of the above and adds a shipping line
New Table:
Order 12345 item xyz 5.5 $10.00
Order 12345 item lmo 5.5 $12.00
Order 12345 Shipping 5.5 $2.50
Order 12346 item abc 5.2 $15.00
Order 12346 Shipping 5.2 $3.00