I have the following:
Anyone know how I can format it to a currency? I've tried putting £#,##0.00;(£#,##0.00) in the format box on the property sheet. This usually works but doesn't seem to with DLookup.
Cheers
Code:
=DLookUp("Nz([GetTotals],0)","TotalExp_SO_Show")
Anyone know how I can format it to a currency? I've tried putting £#,##0.00;(£#,##0.00) in the format box on the property sheet. This usually works but doesn't seem to with DLookup.
Cheers