Results 1 to 5 of 5
  1. #1
    yeah is offline Advanced Beginner
    Windows XP Access 2000
    Join Date
    Nov 2010
    Posts
    61

    experiencing 3024 error in the past week?

    Run-time error '3024': Could not find file 'C:\User\Mike\Documents\tblClients.mdb'.


    This is just now showing up on a reliable Product Activated MS Office Pro 2013 rollout. It happens when I execute a DAO Set rs = dbs.OpenRecordset(MySQL) statement in a class module. Mature database has never experienced problem like this - just recently. The error indicates a file can't be found, but refers to it as Tablename.mdb. My file, of course, is a .accdb file. WTF?


    Apparently, Remote Desktops connections are failing due to a security patch Microsoft released on May 8, 2018. Users see this error when they try to connect to a PC, Virtual Machine, Azure VM, and other hosts. None of this is pertinent to my issue. Just highly suspicious.




    Anyone else having this issue? Stopping/restarting, deleting tblClients, rebuilding and repopulating is NOT helping. Looking for suggestions.
    Don't seem to have issues with Windoze files...


  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,515
    it sounds like you did not activate dbs.

    you dont have to define dbs, just use: currentdb.openrecordset(....)

    but if you are activating an outside db, then
    set dbs = dao.database

  3. #3
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,515
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  4. #4
    yeah is offline Advanced Beginner
    Windows XP Access 2000
    Join Date
    Nov 2010
    Posts
    61
    I mentioned that it was a mature database.

  5. #5
    yeah is offline Advanced Beginner
    Windows XP Access 2000
    Join Date
    Nov 2010
    Posts
    61
    Not really. I read about the problematic security update issue on FMS.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. vba ms accessruntime error 3024
    By Susy in forum Access
    Replies: 6
    Last Post: 05-17-2018, 09:23 AM
  2. Replies: 3
    Last Post: 05-17-2018, 08:44 AM
  3. Run Time Error 3024
    By dccjr in forum Programming
    Replies: 9
    Last Post: 05-01-2013, 09:11 PM
  4. Replies: 1
    Last Post: 04-30-2013, 05:44 PM
  5. Error 3024 At Start UP
    By Damonpc in forum Access
    Replies: 10
    Last Post: 11-26-2010, 07:40 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums