Is it possible to get ControlTipText on subforms?
frm2 is the main form
frm2TxPending is a subform Datasheet
[Form_frm2]
Private Sub Form_Current()
Forms!frm2!frm2 TxPending.Form! Entity_ID.Contr olTipText = "test"
End Sub
I've tried different syntax, as well as putting the code on the subform
itself, but cannot get this to work. Am I missing something, or is this not
possible?
frm2 is the main form
frm2TxPending is a subform Datasheet
[Form_frm2]
Private Sub Form_Current()
Forms!frm2!frm2 TxPending.Form! Entity_ID.Contr olTipText = "test"
End Sub
I've tried different syntax, as well as putting the code on the subform
itself, but cannot get this to work. Am I missing something, or is this not
possible?
Comment