Results 1 to 4 of 4
  1. #1
    jpg250 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    26

    Access 2013 Datepicker problem

    I have a recent problem where my application keeps running out of memory (runtime error '3035' System resource exceeded.) I have narrowed it down to where a datepicker is opened. In the windows task manager before the datepicker is used, memory used by MSACCESS.EXE shows as 26,000k. As soon as i open the datepicker, and leave it in an opened state for any length of time, it starts chewing up memory (very fast as well) until it reaches about 1.4 Gb, when it stops increasing. If I try do do anything else after that, I get the error message.



    I checked in debug that no code is actually running while this is happening.

    I would appreciate help from anybody who has experienced similar problems with the datepicker, and has a solution.

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    Are you talking about the native DatePicker that pops up when you enter a Control tied to a DateTime Field? If so, first question that comes to mind is why would leave it in an opened state for any length of time...rather than simply picking a date and moving on?

    That aside, the Textbox Control could be corrupted, I suppose. Although we usually think of Forms, and even entire Databases, when we speak of corruption, Controls, such as Textboxes and Comboboxes, can and do become corrupted, and seem particularly susceptible to this during app development. The test/cure for this is short and simple...delete and then re-create the Control.

    Linq ;0)>

  3. #3
    jpg250 is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Sep 2013
    Posts
    26
    Thank you Missinglinq. You solved my problem. I ended up deleting and re-creating the whole form instead of just the Textbox, but the problem has gone away now,

  4. #4
    Sundtec is offline Novice
    Windows 7 64bit Access 2010 32bit
    Join Date
    Sep 2016
    Posts
    1
    We are having the same problem with Access 2013 32bit. Create a new blank form, add a text box control with date format. Set show date picker = For dates.
    Load task manager, select processes tab and watch the memory column for msaccess.exe.
    View the form in form view, click on the calendar fly out. Memory starts increasing for msaccess and does not stop until resources are depleted.
    Anyone know what’s going on?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. win 8.1 machine and access 2013 on it - PROBLEM
    By chemil12009@hotmail.com in forum Programming
    Replies: 4
    Last Post: 12-02-2015, 02:23 PM
  2. Access 2013 Problem Removing Breakpoints
    By ItsMe in forum Programming
    Replies: 12
    Last Post: 11-02-2015, 05:39 PM
  3. Replies: 2
    Last Post: 08-13-2015, 02:14 PM
  4. Replies: 2
    Last Post: 05-27-2015, 12:59 PM
  5. Replies: 7
    Last Post: 04-22-2013, 02:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums