View Full Version : Command buttons


Rakier
04-16-2002, 09:44 AM
I was wondering if anyone has any information on how to change the background colors on command buttons.

From what I can see, Access uses the settings from the Windows display properties for the buttons. I want to distribute my dB to users but don't want the color of the buttons to be dependant upon their display settings. Any ideas?

David R
04-16-2002, 10:47 AM
Set your buttons to transparent and place a colored .gif behind them of just the right size. Then you will be able to make them a uniform, custom color.

Buttons and tabs apparently don't have a color property, at least not by Acc2k.

HTH,
David R

DBL
04-16-2002, 01:23 PM
I use a coloured label behind my transparent button and that works well too.

Rakier
04-16-2002, 01:26 PM
Thanks for the help. I've used the .gif idea but I was concerned about the size of all of those .gifs slowing everything down.

I'm gonna try the label idea and see how that works.

Again...thanks for the help. It sure would be nice if they had a background color attribute.