Problem related to implementation of pop up calendar in my datbase form

nrmarthi

Registered User.
Local time
Today, 09:00
Joined
Feb 13, 2006
Messages
47
hello guys

i want to implement pop up calendar available on this discussion forum. i match all the propoerties of 'MyDate' in my form with 'MyDate' in "Frm Trial" form of Popup Calender.mdb.

copied 'zsFromCalender' in Popup Calender.mdb.

now the problem is when ever i run the code, i am getting message

Compilation Error:
Can't find project or library

and it is heighlighting intDayToday = DatePart("d", Date)

So please anyone help me to resolve this problem

Thanks :)
 
Last edited:
Look at the references in Calender.mdb and make sure you have at least those checked and that none of your references are showing MISSING. Uncheck the ones showing MISSING if there are any. <ALT> F11 Tools>References.
 
I found that calendar yesterday and it looks nice and easy to use. I just tested my db with that calendar as follows;
1. I got my db to give a compile error if I made an Event Proceedure and edited the proceedure in VB using the code supplied. The code should be simply typed into the event field. Do not create the proceedure & type code in the vb section.
I hope I didn't give the wrong impression here. My calendar works ok I just fiddled about with the OnClick code to see if I could duplicate the Compile Error Nrmarthi was getting.
 
Last edited:
How about posting your zipped up db and also pointing to the Calendar.mdb you are using or include it in your zip file.
 

Users who are viewing this thread

Back
Top Bottom