fat controller
Slightly round the bend..
- Local time
- Today, 02:56
- Joined
- Apr 14, 2011
- Messages
- 758
I wouldn't believe that this was true if I hadn't seen it with my own eyes, but I assure you that it is.
I have a table which is mainly used as a source of information that is used daily. Edits or additions to this table are fairly rare, and are done through a specific form and any changes made are written back to an audit table. The information contained in the table is related to vehicles (so registration number, Unique ID number etc)
About four weeks ago, it became apparent that some of the vehicles were 'missing', so a bit of a look at the table showed they were indeed missing, and that for some reason the Primary Key (Autonumber) ID's were in a bit of a mess -- instead of starting at 1 as they always did, they started at 252, ran up to the 500's and then things started to go astray with ID's missing, and then a jump from 878 to 1199, as though someome had deleted all the records in between.
I decided that the table was corrupt, so copied in a new table (renamed the original as 'old' copied the data across to a new table, and then carried out a compact and repair on the entire back end file.
All was good until this morning, when 12 vehicles have just dropped off again - ID's 1 through 12 do not show on the table at all, and I know for a fact that they were there before - - Indeed, I have evidence that the data was there on Friday as it was used on numerous occasions, yet by yesterday it was gone.
I have checked the audit trail to see if it has been done maliciously or accidentally, but there is no record of anything being done on the form that controls the table. Users do not have access to tables to delete the data directly.
Other than quickly making a new back end file and importing the data to it, I have absolutely no idea what to do now, mostly as I haven't got a clue what is going wrong?
PS - the back end file lives on a company server, the front ends are .accde files that live on user's desktop screens.
I have a table which is mainly used as a source of information that is used daily. Edits or additions to this table are fairly rare, and are done through a specific form and any changes made are written back to an audit table. The information contained in the table is related to vehicles (so registration number, Unique ID number etc)
About four weeks ago, it became apparent that some of the vehicles were 'missing', so a bit of a look at the table showed they were indeed missing, and that for some reason the Primary Key (Autonumber) ID's were in a bit of a mess -- instead of starting at 1 as they always did, they started at 252, ran up to the 500's and then things started to go astray with ID's missing, and then a jump from 878 to 1199, as though someome had deleted all the records in between.
I decided that the table was corrupt, so copied in a new table (renamed the original as 'old' copied the data across to a new table, and then carried out a compact and repair on the entire back end file.
All was good until this morning, when 12 vehicles have just dropped off again - ID's 1 through 12 do not show on the table at all, and I know for a fact that they were there before - - Indeed, I have evidence that the data was there on Friday as it was used on numerous occasions, yet by yesterday it was gone.
I have checked the audit trail to see if it has been done maliciously or accidentally, but there is no record of anything being done on the form that controls the table. Users do not have access to tables to delete the data directly.
Other than quickly making a new back end file and importing the data to it, I have absolutely no idea what to do now, mostly as I haven't got a clue what is going wrong?
PS - the back end file lives on a company server, the front ends are .accde files that live on user's desktop screens.