Hi
Easy one for you here....how do you change the foreground colour of a form object say when you click on it. I have tried this:
Private Sub lblTony_Click()
lblTony.ForeColor = #ED1C24
End Sub
and other similarities but can't get the syntax right. The access helpline mentions the function RGB but this is not recognised by my version of access.
cheers
Easy one for you here....how do you change the foreground colour of a form object say when you click on it. I have tried this:
Private Sub lblTony_Click()
lblTony.ForeColor = #ED1C24
End Sub
and other similarities but can't get the syntax right. The access helpline mentions the function RGB but this is not recognised by my version of access.
cheers