distantger
New member
- Local time
- Today, 07:48
- Joined
- Sep 23, 2015
- Messages
- 2
Hi all, new to the forum and Access and hoping somebody can help.
We have a report where we would like to format a field based on a condition within each record to either display a number as Currency or as a number with 2 decimal points, with the added format that if the number is zero it displays as "-", a dash.
Inserting #,##0.00;(#,##0.00);- into the Format Property of the field works fine and have tried to use an IIF function based on the condition, but no joy.
Appreciate any suggestions
cheers
We have a report where we would like to format a field based on a condition within each record to either display a number as Currency or as a number with 2 decimal points, with the added format that if the number is zero it displays as "-", a dash.
Inserting #,##0.00;(#,##0.00);- into the Format Property of the field works fine and have tried to use an IIF function based on the condition, but no joy.
Appreciate any suggestions
cheers