All the figures will be in the one currency.
I've tried to write my own custom format, but how do I call a vb function
from the format property of the text box?
> Yes, that can be done in the Open event of your report. You need to
> provide
[quoted text clipped - 3 lines]
> currency
> symbol, or the formatting string, in the OpenArgs of the report.
You can't.
If all currency in the report will be the same currency, then as tedmi
suggested, use the report's open event to supply the formatting.

Signature
Dave Hargis, Microsoft Access MVP
> All the figures will be in the one currency.
> I've tried to write my own custom format, but how do I call a vb function
[quoted text clipped - 7 lines]
> > currency
> > symbol, or the formatting string, in the OpenArgs of the report.
SimeonD - 20 Mar 2008 11:11 GMT
Fair enough, thanks. I was trying to take the lazy way out, use replace
instead. Heh.
> You can't.
> If all currency in the report will be the same currency, then as tedmi
[quoted text clipped - 12 lines]
>> > currency
>> > symbol, or the formatting string, in the OpenArgs of the report.