D
DS
The second line of this code isn't working...
I need Text136 and Text140 to add and then multiply by STax...
I'm only getting Text136*Stax
Any help appreciated.
=Dollars(IIf(Forms!Sales.SalesDetails.Form!Text136>0,
(Forms!Sales.SalesDetails.Form!Text136+Forms!Sales.SalesDetails.Form!Text140)*[STax],
Forms!Sales.SalesDetails.Form!Text136*[STax]))
Thanks
DS
I need Text136 and Text140 to add and then multiply by STax...
I'm only getting Text136*Stax
Any help appreciated.
=Dollars(IIf(Forms!Sales.SalesDetails.Form!Text136>0,
(Forms!Sales.SalesDetails.Form!Text136+Forms!Sales.SalesDetails.Form!Text140)*[STax],
Forms!Sales.SalesDetails.Form!Text136*[STax]))
Thanks
DS