briansmithdanisco
IS-IT--Management
I have a table that is populated with a front end form. The DB is on a network. Operators process batch materials and update the tables with data about the batch process. Each plant location has its own table and front end.
The tables have been working fine for months, but now random records that have been entered, and are in the process of being edited, are turning into "deleted" records. The operators will make an initial record entry to get the record created, and as the process goes forward they update the record with more data. Sometimes the form is left open for the length of the batch that is being run. Each plant has its own forms, but you can access other plant locations from different PCs on the network.
When a problem is detected I open the table and see all the fields in the problem record have changed from valid data to all having the value of "#Deleted".
It seems to happen when the user has the entry form open and, all the suddend they get a message box that says the record has been deleted. Their front end is locked up and I have to reboot the PC.
I have tried to delete the record with all the "#Deleted" values, but it never goes away.
To fix it I have to do a compact and repair. After that the record in question goes from values of "#Deleted" to values of all "####". I then delete the record that is now all "####", and have the user re-enter the data.
I did a test when the record was still in the state of saying "#Deleted", and tried to enter the same record again on a new line. I got an error message saying I was about to create a duplicate record. The leads me to think even though the record has "#Deleted" in the field, the table still thinks the original data is still there.
The only thing I can think of is while someone has the form open with the record displayed, someone else is deleting the record from a different connection to the database.
Has anyone experienced the same problem?
The tables have been working fine for months, but now random records that have been entered, and are in the process of being edited, are turning into "deleted" records. The operators will make an initial record entry to get the record created, and as the process goes forward they update the record with more data. Sometimes the form is left open for the length of the batch that is being run. Each plant has its own forms, but you can access other plant locations from different PCs on the network.
When a problem is detected I open the table and see all the fields in the problem record have changed from valid data to all having the value of "#Deleted".
It seems to happen when the user has the entry form open and, all the suddend they get a message box that says the record has been deleted. Their front end is locked up and I have to reboot the PC.
I have tried to delete the record with all the "#Deleted" values, but it never goes away.
To fix it I have to do a compact and repair. After that the record in question goes from values of "#Deleted" to values of all "####". I then delete the record that is now all "####", and have the user re-enter the data.
I did a test when the record was still in the state of saying "#Deleted", and tried to enter the same record again on a new line. I got an error message saying I was about to create a duplicate record. The leads me to think even though the record has "#Deleted" in the field, the table still thinks the original data is still there.
The only thing I can think of is while someone has the form open with the record displayed, someone else is deleting the record from a different connection to the database.
Has anyone experienced the same problem?