D
duecesup
Im working with a numeric field that infrequently uses decimals. I know that
Access 2003 does not store trailing zeros in the number field but would like
to show zeros when printing reports.
I would like only to show zeros for non integers so the report would read
1
2
3
4.01
4.02
.....
4.10
5
I do not want the report to read
1.00
2.00
3.00
4.01
4.02
...
4.10
5.00
How can I format this either using code or in the properties of the report
field.
Thanks
Access 2003 does not store trailing zeros in the number field but would like
to show zeros when printing reports.
I would like only to show zeros for non integers so the report would read
1
2
3
4.01
4.02
.....
4.10
5
I do not want the report to read
1.00
2.00
3.00
4.01
4.02
...
4.10
5.00
How can I format this either using code or in the properties of the report
field.
Thanks