UPDATE:
Since running the database and all the fresh copies from a Windows 10 Pro PC the only thing that has changed is that now, corruption continues to happen but does not give an error.
We do not see a "Unrecognized db or mdb file..." error. 2 of our key tables, tables we use the most (around 70K records) are causing corruption when users input. It seems to build up a ton of errors and then some of our database features just stop and when I go to check the backend and those 2 tables have corrupted records (mostly new or recently input), they have lost primary keys, and will show records but with #### symbols where the notes (long text fields) are.
Most entries are fine but then a bunch are not.
After renaming the notes table, I copy the design to a NEW table with the Name of that notes table (the old name), and Append from the OLD table to the new.
This seems to help a while but then we start getting corruption again.
Somethings you should know: I have 2 audit tracking tables and most of the time when something is edited or a new note is inputed, it will also update the audit table and send a record to another table indicating something new was entered but not the value/content.
Its driving me nuts because I have to shutdown users midday and in most cases we lost what they just inputted. Literally the 3rd time they will input the same thing we've lost in the past couple of days.
Another question:
Should I be using mdb for both FE and BE would this be the situation with the notes and creating notes values/records? Would mdb/accdb make a diffrence when it comes to Long Text (Rich Text) fields?
Why does this keep happening?
Thanks all.
Since running the database and all the fresh copies from a Windows 10 Pro PC the only thing that has changed is that now, corruption continues to happen but does not give an error.
We do not see a "Unrecognized db or mdb file..." error. 2 of our key tables, tables we use the most (around 70K records) are causing corruption when users input. It seems to build up a ton of errors and then some of our database features just stop and when I go to check the backend and those 2 tables have corrupted records (mostly new or recently input), they have lost primary keys, and will show records but with #### symbols where the notes (long text fields) are.
Most entries are fine but then a bunch are not.
After renaming the notes table, I copy the design to a NEW table with the Name of that notes table (the old name), and Append from the OLD table to the new.
This seems to help a while but then we start getting corruption again.
Somethings you should know: I have 2 audit tracking tables and most of the time when something is edited or a new note is inputed, it will also update the audit table and send a record to another table indicating something new was entered but not the value/content.
Its driving me nuts because I have to shutdown users midday and in most cases we lost what they just inputted. Literally the 3rd time they will input the same thing we've lost in the past couple of days.
Another question:
Should I be using mdb for both FE and BE would this be the situation with the notes and creating notes values/records? Would mdb/accdb make a diffrence when it comes to Long Text (Rich Text) fields?
Why does this keep happening?
Thanks all.