J
jen-chi
I have a calculated field produces the following sentence "7 episodes per 2
months, max duration per episodes is 1 day" the problem is I need to say if
this statement is null then use another column to populate data. This is
what I came up with:
Illness: IIf([Stips (stage 1)]![Illness Allotment]="",[Stips (stage
1)]![Stipulation],[Stips (stage 1)]![Illness Allotment])
When I attempt the second calculation I do not get any error messages and at
the same time my blank fields are not being populated with the non-blank
Stipulation field that I want to carry over.
Any suggestions?
months, max duration per episodes is 1 day" the problem is I need to say if
this statement is null then use another column to populate data. This is
what I came up with:
Illness: IIf([Stips (stage 1)]![Illness Allotment]="",[Stips (stage
1)]![Stipulation],[Stips (stage 1)]![Illness Allotment])
When I attempt the second calculation I do not get any error messages and at
the same time my blank fields are not being populated with the non-blank
Stipulation field that I want to carry over.
Any suggestions?