G
Guest
I have a form with a control in it called 'Reference'. The form is a
continuous form and the control 'Reference' has differing 'Services' attached
to it. I wanted the Control Tip Text on the 'Reference' control to be the
'Service' control. The coding below does this in part:
Private Sub Reference_GotFocus()
Me.Reference.ControlTipText = Me.Service
End Sub
The problem I have is the Control Tip Text is only that which relates to the
'Reference' control that is currently selected. Is there any way of changing
the focus so that when a different 'Reference' control has the focus it is
selected and the Control Tip Text (control 'Service') changes to the relevant
one?
continuous form and the control 'Reference' has differing 'Services' attached
to it. I wanted the Control Tip Text on the 'Reference' control to be the
'Service' control. The coding below does this in part:
Private Sub Reference_GotFocus()
Me.Reference.ControlTipText = Me.Service
End Sub
The problem I have is the Control Tip Text is only that which relates to the
'Reference' control that is currently selected. Is there any way of changing
the focus so that when a different 'Reference' control has the focus it is
selected and the Control Tip Text (control 'Service') changes to the relevant
one?