How to Resolve MS Access Error 3021 - No Current Records? Follow the below solutions to troubleshoot and resolve the error 3021 - No current record in MS Access It’s possible that the Recordset is empty, resulting in the ‘No current record” error You can review the BOF EOF property settings to check the records
How to Fix MS Access Error 3021 - No Current Record? Sometimes, while editing the records in the Access database, you may encounter the error 3021 - “No current record” This error can occur due to several reasons In this article, you will learn the causes of this error and the solutions to fix it
ms access - Run time error 3021 - Stack Overflow I receive the runtime error 3021 however the query is not empty Try dropping the ; at the end of the SQL If that still doesn't work, try printing out the generated SQL and running it directly in Access The issue in the duplicate question was the LIKE wild card character
[RESOLVED] Run-time Error 3021: Either BOF or EOF is True-VBForums Re: Run-time Error '3021': Either BOF or EOF is True If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu Also, please post how you managed to solve the problem in case others have the same problem
Solved - Run time error 3021 | Access World Forums When I look up error 3021, it says "No Current Record" - which means that one of your recordsets didn't work as intended I e you told it to find a record for you but it didn't and yet you didn't test for detect that failure