A family of Microsoft relational database management systems designed for ease of use.
... or some lines of VBA code using the GlobalMemoryStatusEx API.
I showed both methods in the video already mentioned in this thread and all the material incl. the tool and sample code is still available in my downloads at AUGET. Maybe this helps to detect what's involved.
Hi Karl,
Any chance you can add conditional compilation to your sample download at AUGET, so that the sample that includes a call to the GlobalmemoryStatusEx API can run in both 32-bit and 64-bit Access? It currently only compiles in 32-bit Access. I realize the intent is to show how virtual memory can become starved in 32-bit Access, but it would be nice to be able to easily run side-by-side comparisons of databases with problematic busy forms using both 32-bit and 64-bit Access.
I took a stab at converting it, but there doesn't seem to be much information on the web for converting this to 64-bit. I found a version that Mike Wolfe has posted in this article, but unfortunately his version fails to compile in 32-bit Access. I have notified Mike of this problem.
64-bit Unsigned Integers in VBA
Nov. 22, 2021
https://nolongerset.com/64-bit-unsigned-integers-in-vba/
Tom