well, my subject heading pretty much represents my query....
i have some tables with height, weight and dosages and i'm exporting these variables to text files via queries. my downstream recipients are blueprinting requirements for height and weight to have ####.# and dosage ################.### - on input....meaning weight can be in the thousands and dosages in the (correct me if i'm wrong) hundreds of billions. the former with 1 and the latter with 3 digits of precision. leading zeroes aren't wanted in the resulting exported text file, but numbers are expected to look like 99.0 124.0 for weight/height and 878787.120 or 615158.900 for dosages.
any ideas?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln
i have some tables with height, weight and dosages and i'm exporting these variables to text files via queries. my downstream recipients are blueprinting requirements for height and weight to have ####.# and dosage ################.### - on input....meaning weight can be in the thousands and dosages in the (correct me if i'm wrong) hundreds of billions. the former with 1 and the latter with 3 digits of precision. leading zeroes aren't wanted in the resulting exported text file, but numbers are expected to look like 99.0 124.0 for weight/height and 878787.120 or 615158.900 for dosages.
any ideas?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln