J
JIM
Here's my query field BalDue which I'd like to show as a negative number.
What's wrong with it? It changes the first record fine and the second
remains unchanged.
BalDue:
Format((Nz([Invoices].[Labor])+Nz([Material])+Nz([BalanceDue])*-1),"00000000.00")
Output:
-0005000
0003500.50
TIA
What's wrong with it? It changes the first record fine and the second
remains unchanged.
BalDue:
Format((Nz([Invoices].[Labor])+Nz([Material])+Nz([BalanceDue])*-1),"00000000.00")
Output:
-0005000
0003500.50
TIA