|
-
Jun 5th, 2006, 10:07 AM
#1
[RESOLVED] Formatting Number of decimal places in a formula
Hi, I have a formula that contains a numerical field. I need to have this in a formula and can not just place the field and i was wondering if there was a way to set the number of decimal places to be displayed in the formula. I know if i just put it on the form I can format it, however is there a way to do this with like a Format() or something. Any help would be appreciated.
-
Jun 5th, 2006, 12:14 PM
#2
Re: Formatting Number of decimal places in a formula
The formula could return a string with the ToText function
ToText(Numeric Field, "#,###.##")
-
Jun 5th, 2006, 01:07 PM
#3
Re: Formatting Number of decimal places in a formula
Thank you, I actually got it to work with
cStr(Field,4)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|