G
Guest
Hi! I'm writing an IIf statement.
IIf([CNS_DATAENTRY_QRY]![LOC] Is Null And
[CNS_DATAENTRY_QRY]![GCS] Is Not Null,"GCS used instead",
[CNS_DATAENTRY_QRY]![LOC])
I'm hoping that by writing that if LOC is Null and GCS is
Not null that it will return the Text "GCS used instead".
However, it does not return anything, why is that?
IIf([CNS_DATAENTRY_QRY]![LOC] Is Null And
[CNS_DATAENTRY_QRY]![GCS] Is Not Null,"GCS used instead",
[CNS_DATAENTRY_QRY]![LOC])
I'm hoping that by writing that if LOC is Null and GCS is
Not null that it will return the Text "GCS used instead".
However, it does not return anything, why is that?