Have an issue with decimal places. Have a query with that looks like this:
Select [MasterOrder] as Orderno, Costperlb
from COSTDATA
where MasterOrder > 0
Union Select [Order2] as Orderno, Costperlb
from COSTDATA
where Order2 > 0
Union Select [Order3] as Orderno, Costperlb
from COSTDATA
where...
Didn't get a solution the first time so thought I would try again. Have a table that looks like this:
MasterOrder Order2 Order3 Order4 Costperlb
111111 222222 333333 444444 .088
123456 456789 .109
777777 888888...
I have an Access table that maintains a history of our shipments. Within each record (shipment)there 6 fields that may or may not be used to reference orders filled on that shipment. All of the data is currently being pulled into a query to do some calculations for doing analysis various cost...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.