R
Red
I'm stuck on a what would seem a very simple function. I want to create a
field using the Design view of Query as my SQL skills are non-existent. I'd
appreciate if someone could help translate the below formula
In lay terms
if ContTD=0 then
ContTD=0
else if ContTD<0 then
ConTD=(-[ContTD])/[FeesEarned]*-1
else [ContTD]/[FeesEarned]
Thanks in advance.
field using the Design view of Query as my SQL skills are non-existent. I'd
appreciate if someone could help translate the below formula
In lay terms
if ContTD=0 then
ContTD=0
else if ContTD<0 then
ConTD=(-[ContTD])/[FeesEarned]*-1
else [ContTD]/[FeesEarned]
Thanks in advance.