Hello,
Need guidance, can someone help ?
I have a VBA script that imports Excel spreadsheets into 3 Access tables. All works well until I got to the 43 file.
I get the error message “Not enough disk space or memory to be able to perform the undue command, If yes then you can lose the data”
Each table has anywhere from 10,000 – 14,000 records.
Set the “Compact & Repair” to run after closing the database.
Checked the database size which is 81,628 kb.
I also viewed the Task Manager before starting Access and after starting Access. It went from 4% to 9%. Looked like it has plenty of space.
With this error I noticed it will insert the SQL queries that I put in the script such as today’s date, file name, file location but the DoCmd TransferSpreadsheet is not importing the data from Excel.
Can someone please help me understand what is going on and how to fix this error. If the size is not the problem then I am stumped.
Thanks in advance for any guidance!