E
erica.standrich
hi,
I think what I'm trying to do is relatively simple, but I can't figure
out how to make it work.
Basically, I need this : I need a field to populate either "Yes" or
"No" depending on another field.
So, Field A = "yes" if Field B has a value, Field A = "no" if Field B
does not have a value.
I have this defined for Field A:
IIf(([WorkPackageIDSequence]<>IsNull
([WorkPackageIDSequence])),"Yes","No")
where WorkPackageIDSequence is the theoretical Field B.
What I'm getting is "Yes" for everything, regardless if there's a
value in WorkPackageIDSequence or not.
Please help!
I think what I'm trying to do is relatively simple, but I can't figure
out how to make it work.
Basically, I need this : I need a field to populate either "Yes" or
"No" depending on another field.
So, Field A = "yes" if Field B has a value, Field A = "no" if Field B
does not have a value.
I have this defined for Field A:
IIf(([WorkPackageIDSequence]<>IsNull
([WorkPackageIDSequence])),"Yes","No")
where WorkPackageIDSequence is the theoretical Field B.
What I'm getting is "Yes" for everything, regardless if there's a
value in WorkPackageIDSequence or not.
Please help!