Mar 12, 2002 #1 bettyfurr Technical User Mar 12, 2002 371 US I would like to key the entire number and display the results back scientific with 4 decimal places. Also print the number with 4 decimal places.
I would like to key the entire number and display the results back scientific with 4 decimal places. Also print the number with 4 decimal places.
Mar 12, 2002 #2 chpicker Programmer Apr 10, 2001 1,316 Look in the MSDN library for the TRANSFORM() command: [tt] TRANSFORM(eExpression, [cFormatCodes]) FORMAT CODES: @^ Converts currency or numeric values to scientific notation. [/tt] Hope that helps... Ian Upvote 0 Downvote
Look in the MSDN library for the TRANSFORM() command: [tt] TRANSFORM(eExpression, [cFormatCodes]) FORMAT CODES: @^ Converts currency or numeric values to scientific notation. [/tt] Hope that helps... Ian