Hi all!
Happy New Year!
i can't figure out how to modify this query so that it will ignore nulls in the Description field?
Expr1: IIf([Description] Like "P/S*","Emplyr Match","401k Ded")
currently it updates ALL the nulls to say 401k Ded but i need to have the Descriptions left blank if there is no value in the first place.
i thought the Nz function but it's not working for me. i get an error msg. most likely my syntax.
Thank you in advance!
Happy New Year!
i can't figure out how to modify this query so that it will ignore nulls in the Description field?
Expr1: IIf([Description] Like "P/S*","Emplyr Match","401k Ded")
currently it updates ALL the nulls to say 401k Ded but i need to have the Descriptions left blank if there is no value in the first place.
i thought the Nz function but it's not working for me. i get an error msg. most likely my syntax.
Thank you in advance!