Access Database is getting corrupt again and again

Anonymous
2018-06-01T17:47:41+00:00

We have an application which was working okay till last month. But after the last windows update our clients are getting issues with access database. access database got corrupted.  We ran compact and repair. But it still getting corrupted again and again.  This issue started right after the window update. clients are on different OS. Like server 2018, server 2012 and windows 10.

Is there anything i have check in new windows update or any other step to prevent database corruption?

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

604 answers

Sort by: Newest
  1. Anonymous
    2019-05-29T19:38:24+00:00

    So there is no fix other than moving from Access?  I just charged a client for this database and now how to tell them it won't work because of MS bugs and a serious issue that has been outstanding with MS for over a year???  What is the alternative?

    SO FRUSTRATING!  Agreed.  Totally unacceptable

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-05-23T08:55:55+00:00

    Tried all the fixes, got all the updates, front end on latest windows 10 build and backend on server 2016.

    nothing works, the database is now getting corrupt so often that it is unusable and we are having to look to moving to alternative non microsoft software.  need an immediate update to fix this problem but since Microsoft have known about this for around a year and done nothing about it then i'm guessing they wont, this is unacceptable.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-05-20T15:48:02+00:00

    Look forward to hearing about your results.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2019-05-20T15:35:12+00:00

    TQuasar:  Thanks for responding.  I am trying two different methods; one is converting the back-to-back delete/append queries to one make table query (setting warnings off).  The other is adding in a 5 second wait between the delete and append queries. My volunteer beta tester won’t be doing any of the processes that use these queries for about 10 days from now so I won’t know if it succeeds until then. 

    However…  If they don’t have any database “corruption” in the interim that would indicate that it may very well be the queries as they do not come into play in any other part of the application.  Again, thank you for submitting your clues.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2019-05-20T12:46:16+00:00

    Hi JAZShaefer!

    Sorry for the delay in responding.

    Most instances just required a reordering of the delete queries, so they were not immediately prior to the append query to the same table.

    There was one instance where I used DoEvents between the queries, which seemed to alleviate the problem.

    Hope that helps!

    Was this answer helpful?

    0 comments No comments