Hi,
We have a in house system that has a client side front end that is used by many memebers of staff. The backend data is held on the server and hence the front end uses linked tables. The problem that we are having is that when a user inputs a new record (which is very often) the record is lost, and is as though it has been deleted or never stored within the database.
The table where the data goes has a primary key which is an autonumber. however this autonumber and primary key is purely used for indexing purposes.
has anyone ever had this problem or know how to reolve the problem. we have tried writing code to force a 'save' for the new record but the problem still occurs. The problem doesnt occur all the time as majority of the time the records are saved and sat in the table, but occsionally we seem to be loosing records.
Please Help
regards
Jas
We have a in house system that has a client side front end that is used by many memebers of staff. The backend data is held on the server and hence the front end uses linked tables. The problem that we are having is that when a user inputs a new record (which is very often) the record is lost, and is as though it has been deleted or never stored within the database.
The table where the data goes has a primary key which is an autonumber. however this autonumber and primary key is purely used for indexing purposes.
has anyone ever had this problem or know how to reolve the problem. we have tried writing code to force a 'save' for the new record but the problem still occurs. The problem doesnt occur all the time as majority of the time the records are saved and sat in the table, but occsionally we seem to be loosing records.
Please Help
regards
Jas