A
Aurora
I am using Access 2000.
I have a database in which several people (foremen,
engineers) enter data. In my report, I want the foreman's
signature if he alone worked on the report but if the
engineer worked/changed the report, I then want his
signature on the final report. I wrote the following "if"
statement, but it does not appear to be working. I am
trying to say "if the engineering signature is empty, give
me the IASupervisor's signature, if the engineering
signature is not empty, then give me the engineering
signature."
RptSign: IIf([Eng-Sign]=Null,[IASupv-Sign],[Eng-Sign])
Does anyone have any suggestions???????????
I have a database in which several people (foremen,
engineers) enter data. In my report, I want the foreman's
signature if he alone worked on the report but if the
engineer worked/changed the report, I then want his
signature on the final report. I wrote the following "if"
statement, but it does not appear to be working. I am
trying to say "if the engineering signature is empty, give
me the IASupervisor's signature, if the engineering
signature is not empty, then give me the engineering
signature."
RptSign: IIf([Eng-Sign]=Null,[IASupv-Sign],[Eng-Sign])
Does anyone have any suggestions???????????