VASunGrede77
Technical User
All -
Currently have groupfooter5 .... need this to be invisible if me.codename="Invoice"....
Tried....
If Me.CodeName = "Invoice" Then
Me.GroupFooter5.Visible = False
Else
Me.GroupFooter5.Visible = True
End If
However it is not working...
Essentially, groupfooter5 is a subtotal for months, but it is not needed for items that are "invoices", only needed for items that are "receivers"
Any advice is greatly appreciated.
Thanks in advance!
Currently have groupfooter5 .... need this to be invisible if me.codename="Invoice"....
Tried....
If Me.CodeName = "Invoice" Then
Me.GroupFooter5.Visible = False
Else
Me.GroupFooter5.Visible = True
End If
However it is not working...
Essentially, groupfooter5 is a subtotal for months, but it is not needed for items that are "invoices", only needed for items that are "receivers"
Any advice is greatly appreciated.
Thanks in advance!