Hi Guys,
can you help me figure out how to keep a negative currency out of my query? I've tried
in the trantypetotal1 but it still returns the negative values.
here's my sql:
can you help me figure out how to keep a negative currency out of my query? I've tried
Code:
not like "(*"
here's my sql:
Code:
SELECT dbo_TranTotalsMaster.TranAccountNumber, dbo_TranTotalsMaster.TranTypeTotal1, dbo_TranTotalsMaster.TranTypeTotal2, dbo_TranTotalsMaster.TranTypeTotal3
FROM dbo_TranTotalsMaster
WHERE (((dbo_TranTotalsMaster.TranAccountNumber)="2928"));