C
CurtainMary
Jeff Boyce MVP, put me onto a neat way of hiding or displaying fields on a
report, eg
If Forms!frmSpecialMakeResults![Frame108] = 2 Then
Me![Name3].Visible = False
End If
This is in the On Format of the report detail.
Is there a way to put this in a module because I have 12 reports which have
exactly the same coding.
CurtainMary
report, eg
If Forms!frmSpecialMakeResults![Frame108] = 2 Then
Me![Name3].Visible = False
End If
This is in the On Format of the report detail.
Is there a way to put this in a module because I have 12 reports which have
exactly the same coding.
CurtainMary