Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mslif

  1. mslif

    how can i insure fixed precision when exporting to csv text files?

    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...

Part and Inventory Search

Back
Top