A family of Microsoft relational database management systems designed for ease of use.
Hi Skirk_70,
> The issue is if the continue to use it over the day or days. The memory keeps climbing until there is none available.
You might want to ensure that you are properly closing DAO recordsets, and setting the recordset variable = Nothing at the end of procedures. Also, make absolutely sure you are not opening a DAO recordset, or using CurrentDB within a loop; those kinds of programming snafus are sure to consume precious memory, and not release it in a timely manner.
You may have been close to the edge before, but just below the critical memory threshold, with previous versions of 32-bit Access. Then, along comes a new build that needs just a bit more and the apple cart tips over.
If you are not sure what I mean by properly closing DAO recordsets, and setting variables = nothing, then do post back. I can post a generic example.