I am having a problem with 3 specific forms that keep freezing, and when I look at Task Manager it says Not responding (it seems to be at between 12MB and 17.5MB).
I think it is because I am manipulating a lot of data via recordsets.
Is there any way I can somehow reset the memory halfway through the script. If I run one form and leave it until the Task Manager is showing the resource at 5MBish, and then run the second form, it is less likely to lock, but it still does sometimes.
I tried DBEngine.Idle dbRefreshCache, but I don't know if it's the right thing or if it's working!
I think it is because I am manipulating a lot of data via recordsets.
Is there any way I can somehow reset the memory halfway through the script. If I run one form and leave it until the Task Manager is showing the resource at 5MBish, and then run the second form, it is less likely to lock, but it still does sometimes.
I tried DBEngine.Idle dbRefreshCache, but I don't know if it's the right thing or if it's working!