Calendar Pop-Up Version

GirlGeek

New member
Local time
Today, 06:00
Joined
Aug 11, 2005
Messages
7
Help!

I just created a calendar pop-up for data entry in Access Version 2002 and it does not work with Access 2003. Any help from anybody would be appreciated!
 
Searching is such a novel idea. :rolleyes:

I advise you to not use the ActiveX calander control. Too many problems with the users PC having missing references to the control.

Check out these custom Access calanders for you can import them right into your database...

Popup Calendar - Version 3

I prefer the authors first calendar because I do not want the fancy three months options. Here is the link to that one... Popup Calendar

You have to be a member [membership is free] of the UtterAccess forum to download the samples from their code archives section of the forum.
 
Love These Access Forums

I did search.

Thanks for the link but I have already set it up with the MS Active X Calendar.

I think I fixed the problem on my own.
 
ghudson said:
Searching is such a novel idea. :rolleyes:

I advise you to not use the ActiveX calander control. Too many problems with the users PC having missing references to the control.

Check out these custom Access calanders for you can import them right into your database...

Popup Calendar - Version 3

I prefer the authors first calendar because I do not want the fancy three months options. Here is the link to that one... Popup Calendar

You have to be a member [membership is free] of the UtterAccess forum to download the samples from their code archives section of the forum.
Popup Calendar - Version 3 - is absolutely the best and the easiest to use!!!!! Thank you ghudson and thanks to the developer of calendar Denys Brock!!!!!!
 
I see how to import the calendar but there are no instructions as to how to actually make it work. Clueless here.
 
Place this in the OnClick event of your button to open [call] the calander I mentioned above...

Code:
=opencalendar("","YourTextBoxNameHere")

You can also just copy the calander button as is from the sample form into your db so that you still have the same calander graphic for your button. It is that easy.
 
Thank You

Finally got this calendar to work and I must say thanks to all who encouraged me to avoid the Active X calendar from Microsoft. Works like a charm, with no error messages.
 
What is the best way to get a popup calendar on a DAP?

thanks
Chris.
 

Users who are viewing this thread

Back
Top Bottom