I need to translate numbers to text from my company db. I am using the statement below to pull out the info into a csv file. In the Shipvia column we us numbers 1 = Post office, 2 = Fedex, 3 = UPS, 4 = Courier. When I pull it out I get the numbers. Is there a way to translate them to the text listed?
"SELECT Orders.OrderNo, Shipment.Cost, Shipment.Weight, Shipvia FROM Orders, Shipment, WHERE Orders.m_primaryKey = Shipment.m_foreignKey00"
Thanks
Bob
"SELECT Orders.OrderNo, Shipment.Cost, Shipment.Weight, Shipvia FROM Orders, Shipment, WHERE Orders.m_primaryKey = Shipment.m_foreignKey00"
Thanks
Bob