Valery
Registered User.
- Local time
- Today, 13:18
- Joined
- Jun 22, 2013
- Messages
- 363
Hi all,
I have a text box with the following expression:
The data is entered as 4.25, 5.0, 6.5 and so on in the ENT_MailboxRate.
However, I can't figure out what to put in Format or Decimal Places to the number comes out the way it was entered.
I have tried various combinations. Numbers like 4.25 come out as 4 or 4.0 in the various scenarios I tried.
Anyone as a solution? THANK YOU!
I have a text box with the following expression:
Code:
=IIf([ENT_Mailbox]>=0,[ENT_MailboxRate],"")
The data is entered as 4.25, 5.0, 6.5 and so on in the ENT_MailboxRate.
However, I can't figure out what to put in Format or Decimal Places to the number comes out the way it was entered.
I have tried various combinations. Numbers like 4.25 come out as 4 or 4.0 in the various scenarios I tried.
Anyone as a solution? THANK YOU!