A
Ayelet
tried using IIF?
I'd use IIF([TaxIncluded], <tax included formula>, < tax
not included formula>).
If you get an error because the expression is too long
(this happens...), put both calculations in the underlying
query, and use the shortened IIF([TaxIncluded],
[ResultWithTax], [ResultNoTax]).
HTH,
Ayelet
I'd use IIF([TaxIncluded], <tax included formula>, < tax
not included formula>).
If you get an error because the expression is too long
(this happens...), put both calculations in the underlying
query, and use the shortened IIF([TaxIncluded],
[ResultWithTax], [ResultNoTax]).
HTH,
Ayelet