C
Chas
Okay what i am trying to do is to get the form to show something like this:
The "Spouse:" part should only show up if there is something in the
[Significantother] field..
So the desired result is
Spouse: Significantother
I thought this would do it which does show the name of the significantother
but doesn't include the Spouse:
=IIf([SIGNIFICANTOTHER]=Not Null,"Spouse:",[Significantother])
What am I missing?
The "Spouse:" part should only show up if there is something in the
[Significantother] field..
So the desired result is
Spouse: Significantother
I thought this would do it which does show the name of the significantother
but doesn't include the Spouse:
=IIf([SIGNIFICANTOTHER]=Not Null,"Spouse:",[Significantother])
What am I missing?