Calendar Control Always On Top

Chris1112

Registered User.
Local time
Today, 05:12
Joined
Sep 8, 2009
Messages
12
I am using the built-in Calendar Control 12.0 with Access 2007. I have placed rectangles on the form over the calendar but the calendar seems to always be on top of them. I have brought them to the front, sent the calendar to the back, and they are still not there. I have verified that they are visible by moving the calendar control and checking form view.

Any suggestions on how to make these sit on top of the calendar?

Thanks in advance.
 
I don't run 2007, but in previous versions their are some objects Access will not let you place other objects in front of; ActiveX calendars are such objects, as are Listboxes. Trying to place a textbox in front of a Combobox, once, at a poster's request, repeatedly caused Access to close with the usual apology!

The thing all of these objects have in common, and the reason Access won't let you do it, I suspect, is that the primary purpose of these objects is to select data. The Access Gnomes apparently don't want you impeding this function!
 
I appreciate the responses. That is unfortunate to learn.

Could a custom calendar control allow me to do what I want? I don't want to develop one from scratch, but I do need to be able to show events on the calendar. I intended to make rectangles visible based on the days that events occurred. Seemed easy. I appreciate any suggestions.
 
I'll need to modify it a bit, but that's far better than creating it from scratch. Thanks a ton Bob!
 

Users who are viewing this thread

Back
Top Bottom