[AccessD] Label shows when record's empty
Steve Schapel
steve at datamanagementsolutions.biz
Tue Mar 22 17:59:59 CDT 2016
Hi Susan
I usually change the label to a textbox, set its Can Shrink property to Yes,
and enter its Control Source like this:
=IIf(IsNull([NameOfDataField]),Null,"MyCaptionIfFieldHasData")
Regards
Steve
-----Original Message-----
From: FW Salato Center
Sent: Wednesday, March 23, 2016 9:10 AM
To: Access Developers discussion and problem solving
Subject: [AccessD] Label shows when record's empty
I've got a memo field and the Can Grow and Can Shrink properties both set to
Yes. This field is usually empty and I'd like the Label to disappear when
the field is blank. I've tried a Not(IsNull) to set the Visible property in
the detail section's Format event -- it's not working. Any help?
This should be simple. :) I didn't expect to see it at all. You'd think if
the control disappears its label would too.
Susan H.
--
More information about the AccessD
mailing list