M
Marianne
Can someone tell me what I have done wrong? I appreciate your help!
I want the groupfooter1(Dept_Division group footer) to not display only if
the field Dept_Division = is blank.
I put this code in the on format event of the groupfooter1
If Reports!rpt_Aging!Dept_Division = Null Then
Me.GroupFooter1.Visible = False
Else
Me.GroupFooter1.Visible = True
End If
I want the groupfooter1(Dept_Division group footer) to not display only if
the field Dept_Division = is blank.
I put this code in the on format event of the groupfooter1
If Reports!rpt_Aging!Dept_Division = Null Then
Me.GroupFooter1.Visible = False
Else
Me.GroupFooter1.Visible = True
End If