After updating Access in Office 365 to version 2408, the MSACCESS.EXE process remains after exiting Access.

Anonymous
2024-08-20T05:08:41+00:00

After applying the quality update for the latest channel (preview version) of Microsoft Access (64-bit), version 2408 (build 17928.20066) dated 8/14, the MSACCESS.EXE process won't end even after closing Microsoft Access application.

The reproduction steps are as follows:

  1. Create a form named Form1.
  2. On Form1, create a command button named Command1.
  3. In the Click event of Command1, write "Application.Quit".

Run the application, click Command1 on Form1 to close the application. Afterward, when you check the Task Manager, MSACCESS.EXE process won't end.

This issue does not occur in the 32-bit version. I believe this is a bug. Can you advise where I should report this?

Rolling back to version 2407 resolved this issue.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

97 answers

Sort by: Oldest
  1. Anonymous
    2024-08-29T19:14:10+00:00

    Hi,

    I'm just wondering if Microsoft has acknowledged this issue or has a patch for this issue.

    They are aware of it and investigating. I will let you know when I hear relevant news.

    Servus
    Karl
    ****************
    Access Forever, News, DevCon
    Access-Entwickler-Konferenz AEK - 19./20.10. Nürnberg

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-08-29T22:59:27+00:00

    The same is happening to us in our company, several users are affected now due to this issue. We need to roll back to a later version until Microsoft fixes this issue. Please consider that this will take us a considerable amount of time. Please let us know whenever this issue is fixed so we can reactivate again the updates.

    This is not even difficult to replicate, with a simple testing process they should be able to realize the bug before releasing a new version. Please consider improving the testing phase for later versions.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-08-29T23:26:52+00:00

    Same issue here with too many open databases problem on version 2408

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-08-30T02:34:01+00:00

    in my company after my laptop got updated 2408... my VBA code with conn string to local MS access DB is getting error... but dunno the error is same or not with in this forum...

    the error happen in vba code when open connection OLED DB.. the error always saying Unspecified error..

    my temp. plan is going to downgrade version before 2408... hopefully there's updating from microsoft to solve this issue

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-08-30T06:48:36+00:00

    Same issue as others. "Cannot open any more databses", and Access doesn't quit properly.

    It errors at an OpenRecordSet.

    Was working before. Applied updates. Now it's not working.

    Version is: 16.0.17928.20114 32-bit

    I used this tool: Available Connections (isladogs.co.uk)

    And I can see the number available drops and doesn't come back up even after closing all the forms.

    I went through and ensured every OpenRecordSet I can find has a corresponding close and set to Nothing.

    Was this answer helpful?

    0 comments No comments