My current VBA code is exporting my query to csv.
For quantity field, query criteria is [QuantityOrderedOriginal]-[QuantityShipped]-[QuantityBackordered]
Is there aynway in my VBA code, when the [QuantityBackordered] is not 0, import the [QuantityBackordered] field value instead?
My reference : How to execute a query in ms-access in VBA code?