> In my Access report I want my currency symbols to be left aligned (just as
> the currency button does in Excel).
[quoted text clipped - 6 lines]
>
> into the format box it exchanges the * for a \ and creates nonsense.
Try:
£* #,##0.00[Black];- £* #,##0.00[Red]
I think the character after the * is the one used to pad the text,
therefore in you case a space needs to follow the *.
Jamie.
--
Evi - 19 Dec 2006 21:58 GMT
Evi wrote:
> In my Access report I want my currency symbols to be left aligned (just as
> the currency button does in Excel).
[quoted text clipped - 6 lines]
>
> into the format box it exchanges the * for a \ and creates nonsense.
Try:
£* #,##0.00[Black];- £* #,##0.00[Red]
I think the character after the * is the one used to pad the text,
therefore in you case a space needs to follow the *.
Jamie.
You are a total genius Jamie, you've solved it!
Evi