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 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,