L
Leslie Isaacs
Hello All
What wrong with this:
Private Sub Report_Open(Cancel As Integer)
Dim ctl As Control
For Each ctl In Me.Controls
If Me.Caption = "W Ratcliffe" Then
Me.Caption = "H Manley"
Else
'do nothing
End If
Next
End Sub
Many thanks
Leslie Isaacs
What wrong with this:
Private Sub Report_Open(Cancel As Integer)
Dim ctl As Control
For Each ctl In Me.Controls
If Me.Caption = "W Ratcliffe" Then
Me.Caption = "H Manley"
Else
'do nothing
End If
Next
End Sub
Many thanks
Leslie Isaacs