To the best of my knowledge, there is not event on the month change. On the Access calendar that I wrote in native Access, you can add anything to the click event, plus you can use the month combo to add whatever code you wish. Another advantage is that you only need to include it once for the entire database, not once for each date control.:
http://www.datastrat.com/Download/Calendar2K.zip -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.mvps.org/access http://www.accessmvp.com
"Gator" <Gator[ at ]discussions.microsoft.com> wrote in message news:7CA0E158-C5E8-4C0B-9A2B-B9AAC3DBC5AA[ at ]microsoft.com...
[Quoted Text] > How can I cause an event when a different month is selected on the > calendar > control. I use the click event and it works' fine when I click on a day, > but > I can't seem to execute anything when just the month dropdownList control > on > the calendar is clicked and a different month is selected. Any Ideas?
|