D
Dsikirica
I have a record that compares 2 years and the fields are
for example 0103 0203 0303 0104 0204 0304 etc. I only
want to update if the prior year has a value greater than
0. for example if 0103 > 0 then i want the amount to go
to 0104. I have two tables joined by id and month year
but the query doesn't take an iif statement in the update
field in design view. iif ( 0103>0, invamt,0) Is this
possible?
for example 0103 0203 0303 0104 0204 0304 etc. I only
want to update if the prior year has a value greater than
0. for example if 0103 > 0 then i want the amount to go
to 0104. I have two tables joined by id and month year
but the query doesn't take an iif statement in the update
field in design view. iif ( 0103>0, invamt,0) Is this
possible?