S
Silvio
I have to code below in order to turn the text bold off if it is on (on Mouse
move event to turn text in control box bold on or off when moving the mouse
over or away from it). It appears that the system does not recognize .FontOn
= True condition. Any idea?
If Me.TxSaveComment.FontBold = True Then
Me.TxSaveComment.FontBold = False
End If
Thanks!
move event to turn text in control box bold on or off when moving the mouse
over or away from it). It appears that the system does not recognize .FontOn
= True condition. Any idea?
If Me.TxSaveComment.FontBold = True Then
Me.TxSaveComment.FontBold = False
End If
Thanks!