Calendars

  • Thread starter Thread starter DS
  • Start date Start date
D

DS

Hi,
Any Calendar Programs or code out there that can be used with Access as
a pop-up calendar? The one that comes with Access is really unreliable.
Or am I doing something wrong?
DS
 
Lots of options for you on calendars.

This is my personal favorite from Sensei Stephen Lebans:
I HIGHLY RECOMMEND IT!!
Instructions included on the site.

http://www.lebans.com/monthcalendar.htm

You can use the Calendar ActiveX Control that ships with your Access program. You'll find it under
your ActiveX Controls list. To help you see how this works I suggest you go to Arvin Meyer's site
and download a couple of his sample databases that demonstrate how to use the calendar.

http://www.datastrat.com/Download2.html

If that doesn't work I would suggest this one:

http://www.lebans.com/monthcalendar.htm

You may also want to check Tony Toews' site which lists many calendar options including using forms
and even an API solution. You can find that here:

http://www.granite.ab.ca/access/calendars.htm

You may also want to consider this one:

http://www.lebans.com/monthcalendar.htm

You could also read this Microsoft KB article for some help:

ACC: How to Create a Pop-Up Calendar Control on a Form
http://support.microsoft.com/?id=190194

I recently stumbled across this one:

http://www.lebans.com/monthcalendar.htm

This link gives some step-by-step instructions:

http://www.techonthenet.com/access/forms/popup_cal.htm

I believe this one is fairly new:

http://www.lebans.com/monthcalendar.htm

Here's another one of interest:

http://www.byerley.net/AccessCalDemo.zip

If that one gives you trouble you may want to try this one:

http://www.lebans.com/monthcalendar.htm

The Access Developer's Handbook has a form-based one included with the book/CD:

http://www.developershandbook.com

I've also heard some good things about this one:

http://www.lebans.com/monthcalendar.htm

This one might work just fine as well:

http://www.glump.net/content/accessdatepicker

This one was just recently passed on to me:

http://www.lebans.com/monthcalendar.htm

And last, but not least I would try this one:

http://www.lebans.com/monthcalendar.htm

(Can you say subliminal messages?)
 
Agreed, the built-in one has problems, including references and versioning
issues.

Here's a really simple little Access form you can use an any database in
Access 2000 or later:
http://members.iinet.net.au/~allenbrowne/CalendarExample.zip
It pops up in dialog mode and displays a monthly view. And because it's an
Access form, it avoids the issues you referred to.

If you want something more, Stephen Lebans has a wrapper class for the
Microsoft Month Calendar Common Control, including an A97 version:
http://www.lebans.com/monthcalendar.htm
 
Allen said:
Agreed, the built-in one has problems, including references and versioning
issues.

Here's a really simple little Access form you can use an any database in
Access 2000 or later:
http://members.iinet.net.au/~allenbrowne/CalendarExample.zip
It pops up in dialog mode and displays a monthly view. And because it's an
Access form, it avoids the issues you referred to.

If you want something more, Stephen Lebans has a wrapper class for the
Microsoft Month Calendar Common Control, including an A97 version:
http://www.lebans.com/monthcalendar.htm
Thank You! Thank You! Thank You! I finally got something thats simple
and most of all it works. Many Thanks!!!!!
DS
 
Back
Top