I have a scrolling message bar on my db. Only have one problem though. I have really long messages and the coding would not fit on one line. How can I extend the codes to the next line. What I would like to do is place large amounts of infomations on the scroll. What I had done is below.
Private Sub Form_Load()
' Text for Label on Form
Me.lblScrollingLabel.Caption = " message here "
End Sub
Any ideas let me know.
Private Sub Form_Load()
' Text for Label on Form
Me.lblScrollingLabel.Caption = " message here "
End Sub
Any ideas let me know.