Using the Calendar

  • Thread starter Thread starter Ivan Grozney
  • Start date Start date
I

Ivan Grozney

Three Questions please...

1. I have added the "gray" calendar but I have seen
another with red circle enclosing the selected date.
Where is that one?

2. I have a user that would like me to "color" the dates
on the calendar to indicate if data for that day has been
entered or not. I have no idea how to access the buttons
on the calendar to change the color of the buttons let
alone to change them based on data in a table/query.

3. If #2 is possible, can I change the color of the
control button and not just the number? Can I easily do
that with any control button?

Thanks,

Ivan
 
Access has nothing built-in to allow for changes in the command button
backcolor. There are some third-party tools that may help:

A shareware version of Button Painter for MS Access is available at this web
site: http://www.peterssoftware.com/bp.htm

Some simple colored button examples that can be copied into your application
are available at: http://www.peterssoftware.com/clrbtn.htm

Stephen Lebans has an example database that shows how to set a command
button back color and more: http://www.lebans.com/cmdbutton.htm

There's a nice "Color Command Buttons" download at this site:
http://www.candace-tripp.com/access_downloads.htm

Hope this helps,
 
Back
Top