I am using continuous forms, so do need to format each line individually.
I could format each quantity as a string in the main query, however, I do calculations on the quantity, too, which would mean I'd need to call the quantity twice, once as a double and again as a string, which seems...