Hello,
I posted this message already in the VBA forum, so I apologize to anyone who has to read this twice (I don't see any way of deleting the post).
Anyways I'm hoping someone in this forum will be able to help.
I need to round a number to the nearest million but show a comma.
For example:
$34,450,000.00 should be $34,5 (I'm able to get it to 345)
I need to also do it inside a query, right now the field value is:
Market: Sum(Round(([MarketValue]/100000)))
I really appreciate any help and I apologize again for double posting.
Thanks.
I posted this message already in the VBA forum, so I apologize to anyone who has to read this twice (I don't see any way of deleting the post).
Anyways I'm hoping someone in this forum will be able to help.
I need to round a number to the nearest million but show a comma.
For example:
$34,450,000.00 should be $34,5 (I'm able to get it to 345)
I need to also do it inside a query, right now the field value is:
Market: Sum(Round(([MarketValue]/100000)))
I really appreciate any help and I apologize again for double posting.
Thanks.