|
-
Mar 29th, 2006, 01:56 PM
#1
Thread Starter
Lively Member
[RESOLVED] Decimal format
Quick ?
assign 2 decimal placement to a label caption read from a recordset value
I tried using the Data Format field of the Label to set to 2o decimal places.
What is the Convert Function. I don't recall.
Thanks
Silly Me
-
Mar 29th, 2006, 01:57 PM
#2
PowerPoster
Re: Decimal format
 Originally Posted by Zoila
Quick ?
assign 2 decimal placement to a label caption read from a recordset value
I tried using the Data Format field of the Label to set to 2o decimal places.
What is the Convert Function. I don't recall.
Thanks
Silly Me
formatpercent() assigns 2 decimal places
-
Mar 29th, 2006, 02:09 PM
#3
Thread Starter
Lively Member
Re: Decimal format
Used
Format(Expression,"###,###,##0.00")
Thanks !!!!
the Formatpercentage give a % at the end.
Thanks !!!
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
|