303factory
Registered User.
- Local time
- Today, 02:22
- Joined
- Oct 10, 2008
- Messages
- 136
Hi
We're having a problem where data entered into our database by form is not always being saved
The data entry is into continuous subforms which are bound to an msaccess query. The query links to the datatables which are SQL Server 2008 using an ODBC connection with the native client 10.0 driver
Staff will enter as much as 70 new rows into the form and then when they leave and come back to it, it will all be gone. Unfortunately the error isnt repeatable it seems to happen at random.
I used to think this was one of the problems with an access back and and was hoping upgrading to SQL Server would fix this, but the problem is still happening every now and again. Obviously it's a big problem if someone has spent an hour or two typing in data.
Any suggestions why this may be happening and what safeguards I can put in place to make sure the data is saved? Could I introduce something that periodically force-saves the data from the form to the database instead of relying on my access client to save the data as its typed?
Regards
303
We're having a problem where data entered into our database by form is not always being saved
The data entry is into continuous subforms which are bound to an msaccess query. The query links to the datatables which are SQL Server 2008 using an ODBC connection with the native client 10.0 driver
Staff will enter as much as 70 new rows into the form and then when they leave and come back to it, it will all be gone. Unfortunately the error isnt repeatable it seems to happen at random.
I used to think this was one of the problems with an access back and and was hoping upgrading to SQL Server would fix this, but the problem is still happening every now and again. Obviously it's a big problem if someone has spent an hour or two typing in data.
Any suggestions why this may be happening and what safeguards I can put in place to make sure the data is saved? Could I introduce something that periodically force-saves the data from the form to the database instead of relying on my access client to save the data as its typed?
Regards
303