Hi All,
AS many I4ve got the following error :
2004: There isn't enought memory to perform this operation. Close uneeded programs and try the operation again.
which occurs in several place in the Access DB.
When I was on Access 2007 I never get this error, now I'm on Access 2017 I get this error.
I wondering where it could comes from ?
I use DAO.RecordSet and DAO.QueryDef in my function and forms. Do I need to clean them all the time with :
.close
SET xx = Nothing
?
Or they are cleaned automaticaly ?
Most of the time when I enter in Debug mode I simply could ask to continue...
Any help or ide will be appreciated.
Thanks.