button colors

jerbacher

Registered User.
Local time
Today, 14:56
Joined
Aug 5, 2002
Messages
19
Hey everyone,

This is a pretty simple question so I'll keep it short. Is there any way to change the color of a button on a form? Not the text color, but the color of the button itself...Thanks a lot.

-Jon
 
Try putting a label over it and use that instead

Col
 
Good idea, thanks a lot!
 
Actually, the button doesn't work then because I'm clicking the label. Is there anyway to make the label so I click through it or something?
 
Put the code in the OnClick event of the label

Col
 
Actually, thats a great idea, and I tried it. It functions as a button would but theres one small problem. This may be dumb thing, but the label then doesn't animate as if it's pushing in like buttons do. This is a small thing, but I think my users would want that feeling of knowing they're actually pushing it. Know what I mean?
 
Make the label "raised" ie- not flat then play around with the code in the "OnClick" to make it change to "sunken"

Its something like Me.LabelName.SpecialEffect = 2

Don't forget to switch it back to raised again

I think!!

Col
 
You could also try this...

On Candace Tripps website there is an example database containing many coloured command buttons

Coloured Command Button Example

Go to the MS Access Downloads Link

HTH

Graham
 
that link says access 97...is it going to make any difference that im on 2000?
 
You can still open the database in Access 2000.
 

Users who are viewing this thread

Back
Top Bottom