K
Keith Woollacott
I am trying to create a text field which displays an existing field is
another field is null. The expression I have used is:
=IIf([Home_Address]="",[Manager],Null). Unfortunately this doesn't work in
that nothing is ever displayed, even if there is nothing in the
[Home_Address] field.
If I replace the [Home_Address] field with some text (like "No Data") then
it works.
Help would be appreciated.
another field is null. The expression I have used is:
=IIf([Home_Address]="",[Manager],Null). Unfortunately this doesn't work in
that nothing is ever displayed, even if there is nothing in the
[Home_Address] field.
If I replace the [Home_Address] field with some text (like "No Data") then
it works.
Help would be appreciated.