Would like an explanation:
I have three instances of the calendar to fill three date fields- OrderDate, TcDate and CallBackDate on one form all set to open with onClick. Everything worked. Added Got focus event to all three. Things worked as expected except OrderDate- it opend onGotFocus but I had to click the calendar twice to insert the date. The other two opened on GotFocus and inserted date on single click. Did not like that-commented out the GotFocus events. The TcDate on click event stopped working. The fix was to comment out the TcDate onclick event and re-enable the GotFocus event for it and everything works again. Why ? All of the code seems right for all 6 events (now three events being used)- it's exactly the same except the field names. Also, when the TcDate was not working, the calandar position would change back to upper left corner everytime the database was closed and re-opened. Don't really need a fix for it as everything works now, but I think I'm missing an access fundamental somewhere and I'd like to find out what that is.
Now, what I would like to do to the calendar is change it's caption to reflect the name of the date field and remove the properties and close buttons. Found how to change the calender title but not how to change it for the three different fields. Haven't a clue where to start.
Thanks to all in advance.