MS Access Custom Formatting: Currency in K -
i trying create appropriate format table property of specific ms access table in order achieve display style described below. example purposes, let table name example , field trying format dollars
when example!dollars.value 567.98, wish display $0.567k. wish display 1,000.42 $1.000k.
in table storing larger values, use format property string $#,##0,\k; ($#,##0,"k)"[red];"| < $1k |"; --, displays amount in k dollars; however, values less $1k cannot displayed. not acceptable due scale of values in example table.
the intuitive solution use string $0,000\k , specify thousands separator . instead of ,. however, not know how this.
any advice appreciated!
use format property string $0\.000\k
Comments
Post a Comment