D
Dave Elliott
BlankI want to change the color of a label. How can I find out the Number
that Access uses for each color ?
Red is 255 I believe and so on.
I use a flashing label and want it to alternate colors or at least be able
to change the set color.
I use this code to flash the label.
With Text28
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With
--
---------------------------------------------------------------------
This email and any files transmitted with it from Dave Elliott are
confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
All Mail is pre-scanned with Norton Antivirus 2004 for your protection.
http://[email protected]
that Access uses for each color ?
Red is 255 I believe and so on.
I use a flashing label and want it to alternate colors or at least be able
to change the set color.
I use this code to flash the label.
With Text28
.ForeColor = (IIf(.ForeColor = 0, 255, 0))
End With
--
---------------------------------------------------------------------
This email and any files transmitted with it from Dave Elliott are
confidential and intended solely for the
use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the
sender.
All Mail is pre-scanned with Norton Antivirus 2004 for your protection.
http://[email protected]