R
Richard Harison
I apologize if this has been covered before but..
I have a report grouped by "secondary category" (There is ALWAYS a primary
category.) The database contains a number of records which have NO secondary
category. I have already modified the appropriate grouping header text box
as such:
=IIf([occurrencetype2] Is Not Null,[occurrencetype2]). So no grouping
header appears--works great
The problem is that each header, null or not, has a number of text box
fields connected with it to be filled in. Is there any way to marry the
command to ignore a group header which is null to an action that will also
null any & all text boxes associated with that nulled group header?
I have tried IIF statements on the data text boxes, and it works then the
group header is null, but creates error messages on the info where the group
header is not null.
MUCH THANKS
I have a report grouped by "secondary category" (There is ALWAYS a primary
category.) The database contains a number of records which have NO secondary
category. I have already modified the appropriate grouping header text box
as such:
=IIf([occurrencetype2] Is Not Null,[occurrencetype2]). So no grouping
header appears--works great
The problem is that each header, null or not, has a number of text box
fields connected with it to be filled in. Is there any way to marry the
command to ignore a group header which is null to an action that will also
null any & all text boxes associated with that nulled group header?
I have tried IIF statements on the data text boxes, and it works then the
group header is null, but creates error messages on the info where the group
header is not null.
MUCH THANKS