Use the Format command as part of the column specification. Dosage:Format([Dosage_field],"999999.999") and Weight:Format(Weight_field,"#99.9") to drop a leading zero. If you need to output a fixed width field, use Amount:Right("000000000000000" & Amount_field,15) where 15 is the width of the...
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.