M
MS Access Codeman
Hi,
i could use some suggestions on the following problem.
I wrote a MS Access 2003 application that is used on an network
with four workstations. The data mdb is on the server. The application
mde is running local on every workstation, two of witch are using MS
Access 2003 and the other two MS Access 2003 Runtime. There is a lot
of data entry, mostly in one table. In my test environment the
application runs fine and so it does most of the time in the network.
Only, approximatly once a week, the data mdb on the server gives a
problem. Suddenly all four users are getting a message the an object
cannot be found or is spelled wrong. I found a solution for this by
Compacting and Reparing the data mdb. After that the data mdb contains
a new table called MSysCompactError with a single record.
It says
Error code -1003
Cannot find field "Description"
Error Table "tblPostings"
The table tblPostings does not have a field named Description, i think
it refers to the descripion item belonging to a field definition of
the table. Also the table contains a record with illegal data like
#### for text fields and missing value for a autonumber field. I can
manualy delete this record. After that all users can start their MS
Access Application and use it without a problem. After 7 to 10 days
the process starts all over again, error message, compact/repair,
delete one erronious record and start again. Always on the same table,
always the same error.
Does anyone have a suggestion on:
- how to determine whats going wrong so i could solve it?
- how to solve the problem described above?
Thanx a lot
i could use some suggestions on the following problem.
I wrote a MS Access 2003 application that is used on an network
with four workstations. The data mdb is on the server. The application
mde is running local on every workstation, two of witch are using MS
Access 2003 and the other two MS Access 2003 Runtime. There is a lot
of data entry, mostly in one table. In my test environment the
application runs fine and so it does most of the time in the network.
Only, approximatly once a week, the data mdb on the server gives a
problem. Suddenly all four users are getting a message the an object
cannot be found or is spelled wrong. I found a solution for this by
Compacting and Reparing the data mdb. After that the data mdb contains
a new table called MSysCompactError with a single record.
It says
Error code -1003
Cannot find field "Description"
Error Table "tblPostings"
The table tblPostings does not have a field named Description, i think
it refers to the descripion item belonging to a field definition of
the table. Also the table contains a record with illegal data like
#### for text fields and missing value for a autonumber field. I can
manualy delete this record. After that all users can start their MS
Access Application and use it without a problem. After 7 to 10 days
the process starts all over again, error message, compact/repair,
delete one erronious record and start again. Always on the same table,
always the same error.
Does anyone have a suggestion on:
- how to determine whats going wrong so i could solve it?
- how to solve the problem described above?
Thanx a lot