Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I would like to activate the visibility of a header depending on the null value of a cell inside it

Status
Not open for further replies.

cosette00

Technical User
Jul 2, 2013
13
US
Hi,

I have GroupHeader2 which has inside it the textbox student.

I would like all of groupheader2 to not show if student is null.

So I selected the 'on format' event for GroupHeader2 and entered the following code:

If student is null
then groupheader2.visible is false
else groupheader2.visible is true
endif

This is not working for me. Could someone shed some light as to why?

Thank you,
 
I haven't tested it yet, because the memo field became a huge problem and the headmaster had a panic attack. But the header is minimal at this point. I am sorry I should have clarified.

D.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top