J
JGHarvey
Is it possible to use an if statement in MS Query. My data base has one
column that stores the dollar amounts and another column that tells me if it
is a debit or credit amount. I have tried this:
=if([DORC]='D',[AMT],[AMT]*-1) Doesn't work. Is there another way?
column that stores the dollar amounts and another column that tells me if it
is a debit or credit amount. I have tried this:
=if([DORC]='D',[AMT],[AMT]*-1) Doesn't work. Is there another way?