Hi All.
I crated form with 2 lable. When user click lable he/she has ability to open report. How to chage a color of lable when mouse up on a lable?
Thanks
Rabbie
08-06-2007, 12:19 PM
Use the onMouseup event of the object.
Thanks for replay.
When I click the label color is changed, but I would like when MouseUp color change and when mouse out label retrive previouse color. My current code is:
Private Sub lblSummary_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.lblDelivery.ForeColor = "16711680"
End Sub
Thanks.
Rabbie
08-06-2007, 01:02 PM
Read up MouseMove in the Access Help file
Hi All.
Can someone show me how to code it.
Thanks.
Rabbie
08-07-2007, 07:52 AM
Do some research or you will never learn.
Hint. look at how you did the the Mouseup event.