Formatting lost on report field

T

Three

Hello

My report has column of money data... the text field formats are all set to
currency. Before I reworked the report this displayed the figures in $x.xx
format which was good. Now it doesn't do that even though it is still set to
Currency... the totals fields in the footer are still working fine, as is
the rest of the report....

How can I force these fields back to displaying the data in currency format?

Ta
 
A

Allen Browne

Are these calculated fields? If so, I'm guessing that Access does not
recognise them as numbers, and so is not able to format them as Currency
even though the Format property of the text boxes is set to Currency.

If they are calculated fields, the solution may be to typecast the
calculation. Details in article:
Calculated fields misinterpreted
at:
http://allenbrowne.com/ser-45.html

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

Three said:
My report has column of money data... the text field formats are all set to
currency. Before I reworked the report this displayed the figures in $x.xx
format which was good. Now it doesn't do that even though it is still set to
Currency... the totals fields in the footer are still working fine, as is
the rest of the report....

How can I force these fields back to displaying the data in currency
format?
 
T

Three

Yep... that sorted it... I was doing the typecast on the report side and it
wasn't working... when I did it in the query it worked fine...

Cheers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top