Share via

Access 2013 datapicker

Anonymous
2014-08-13T14:18:10+00:00

We are working with a database that was generated using an older version of Access.  My boss originally had this version on her laptop and upgraded to 2013.  My laptop came with 2013 already installed.  In our database, there are a lot of forms that have drop-down boxes used for entering dates.  My boss has no problem using these forms, whereas I get error messages such as "No object in this control" and "Missing link to MSCAL, etc." 

I found a workaround (using ActiveX control), but was wondering if there is something that I can install or do that will make all of the date drop-down boxes work instead of changing each form with the workaround. 

Any help would be appreciated.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2014-08-13T20:46:41+00:00

    Thank you very much! 

    I used Wayne's link to the fix, and it is working now. 

    I really appreciate your help!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-08-13T15:03:13+00:00

    ActiveX controls are to be avoided at all cost.

    You would be much better served replacing your use of the ActiveX control with one of many Form based calendar/date pickers:

    http://allenbrowne.com/ser-51.html

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

    http://www.RogersAccessLibrary.com/forum/popup-calendar-for-access-2007-and-above_topic597.html

    http://www.utteraccess.com/forum/Time-Pieces-date-time-Pi-t1901319.html

    See my brief article on the subject at: http://www.devhut.net/2010/06/10/ms-access-calendar-control/


    Daniel Pineault - 2010-2013 MVP

    http://www.cardaconsultants.com

    http://www.devhut.net

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-08-13T14:26:56+00:00

    MS have stopped shipping the calendar 2007>

    Have a look here for a fix (active X)

    http://msdn.microsoft.com/en-us/library/office/gg251104(v=office.14).aspx

    Or if you have a copy of access 2003 2007 you can just copy the MSCAL to your system.

    But MS thinks it's a better to use text boxes as date pickers.  You need to remove the MSCAL control from the form then format a text box as a date - this way you get the date picker back (don't forget to select Show Date Picker in the properties box)

    PS - I like the new text box date picker.  Much better than the old popup calender

    Was this answer helpful?

    0 comments No comments