hi,
i have numerical three fields in my table which need to be exported (via a query) into csv text file. they are height, weight and dosage amount. the first two must have one significant digit to the right of the decimal point. dosage, on the other hand, must have three significant digits to the right of the decimal point. in the eventuality the number exported has no decimal value, i.e. in the event it happens to be integer valued, then either a single zero or three zeroes must appear to the right of the decimal point in the case of the height/weight and dosage fields, respectively. leading zeroes would not be wanted.
i have tried my hand at fixing the display of the values in the column/field definition -- they display alright, but in the exported text file, all fields are being exported with two significant digits to the right of the decimal point?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln
i have numerical three fields in my table which need to be exported (via a query) into csv text file. they are height, weight and dosage amount. the first two must have one significant digit to the right of the decimal point. dosage, on the other hand, must have three significant digits to the right of the decimal point. in the eventuality the number exported has no decimal value, i.e. in the event it happens to be integer valued, then either a single zero or three zeroes must appear to the right of the decimal point in the case of the height/weight and dosage fields, respectively. leading zeroes would not be wanted.
i have tried my hand at fixing the display of the values in the column/field definition -- they display alright, but in the exported text file, all fields are being exported with two significant digits to the right of the decimal point?
“The philosophy of the school room in one generation will be the philosophy of government in the next." --- Abraham Lincoln