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.