Hi,
I have an Access database that runs our Jobs Management. It has a front end and 4 back end database split into customers, suppliers, orders and partslist. It runs in a multi-user environment on a local network.
It has been operating since 1 July 2013 without a single hitch. The database was hosted on one computer in the network and all other computers looked at that via the network.
On 5 Feb 2014 we moved the database onto a Network Access Storage (NAS) device as we have increased the number of computers and the network limitations prevented all computers from seeing each other. It has been an unmitigated disaster for the database!!!
Originally it ran very slowly on the NAS which we ended up discovering was a faulty drive in the NAS. Having fixed that we are now getting daily corruption issues. It had had no corruption issues prior to moving it.
The biggest one appears to be that the multi-user element with the orders. We have previously had several people doing orders at the same time, however it seems to be corrupting now. Today we found the problem below:-
User 1 was writing order 1920. He had finished adding order details for 1 part number.
User 2 was writing order 1921. She finalised her order details for 1 part number.
When User 1 went back looking for order 1920 it did not exist and the order detail he had added had been put in job 1921 and it no had 2 part numbers.
When I looked at the back end tables. In the Order Table there were 2 x job 1921s and no job 1920. Job number is an auto number field in the Order table.
When I went to the order detail table. The part for job 1920 was showing job 1920, however when you query the form it is showing under job 1921.
I compacted and repaired the database and created a new job 1922 and changed the job number in the order detail for 1920 to 1922. That worked fine but now it has made the query that builds the form not allow additions, so I can't wirte any new jobs via the form.
I have had to compact and repair similar issues in the database at least 5 times since we moved the database.
Please help. I am going insane!!
Thanks
I have an Access database that runs our Jobs Management. It has a front end and 4 back end database split into customers, suppliers, orders and partslist. It runs in a multi-user environment on a local network.
It has been operating since 1 July 2013 without a single hitch. The database was hosted on one computer in the network and all other computers looked at that via the network.
On 5 Feb 2014 we moved the database onto a Network Access Storage (NAS) device as we have increased the number of computers and the network limitations prevented all computers from seeing each other. It has been an unmitigated disaster for the database!!!
Originally it ran very slowly on the NAS which we ended up discovering was a faulty drive in the NAS. Having fixed that we are now getting daily corruption issues. It had had no corruption issues prior to moving it.
The biggest one appears to be that the multi-user element with the orders. We have previously had several people doing orders at the same time, however it seems to be corrupting now. Today we found the problem below:-
User 1 was writing order 1920. He had finished adding order details for 1 part number.
User 2 was writing order 1921. She finalised her order details for 1 part number.
When User 1 went back looking for order 1920 it did not exist and the order detail he had added had been put in job 1921 and it no had 2 part numbers.
When I looked at the back end tables. In the Order Table there were 2 x job 1921s and no job 1920. Job number is an auto number field in the Order table.
When I went to the order detail table. The part for job 1920 was showing job 1920, however when you query the form it is showing under job 1921.
I compacted and repaired the database and created a new job 1922 and changed the job number in the order detail for 1920 to 1922. That worked fine but now it has made the query that builds the form not allow additions, so I can't wirte any new jobs via the form.
I have had to compact and repair similar issues in the database at least 5 times since we moved the database.
Please help. I am going insane!!
Thanks