gmlwong
Registered User.
- Local time
- Today, 16:09
- Joined
- Feb 7, 2003
- Messages
- 48
A Split mdb and random table crashes...
One of my databases is having far too frequent problems lately...one or another primary table is crashing and always in the same field.
THE PROBLEM: the table crash occurs in many fields; always dates and numbers, but the one that seems to drive the errors throughout the record is the [Diary] field which is a memo data type field. It displays "#Error" in it and no changes are allowed to correct it and I can't simply delete the bad record and re-enter it.
Date fields that were fine, change to 1/1/1899, number fields go all over the place; Currency fields go negative that were positive, etc...
To fix this, I've been able to rebuild and copy all existing records minus the bad record into a replica table and move on and that's been okay but I'd just like to know if there is something we can be doing to prevent this all together...
THE DATABASE CHARACTERISTICS:
All users running WIN2000 (sp4) and Access2000 Professional (sp3); so I don't think it's an OS issues or version issue...
A split database shared with 12 network users; only thing I can think of is the problem is a data-sync network issue...?
The record count is well within the 1GB limit; currently only 85MB backend and a 35MB front end; compacts fine, runs very well otherwise...
I've seen this problem occur when I and another user are in the same table; user is entering or editing a record while I'm in the front-end copy viewing all records and other times, this problem does not occur so I don't think it has anything to do with user permissions or access to the same table because there are 12 users in this same database writing and editing record data to the same backend copy...
Very frustrating situation...can it be any of the underlying VBA that is running to cause a memo field to blow up?...anything you can come up with is greatly appreciated; Mr. Hartman, Vass, Miles, AutoEng, ghudson, Idjit, ....thanks!
One of my databases is having far too frequent problems lately...one or another primary table is crashing and always in the same field.
THE PROBLEM: the table crash occurs in many fields; always dates and numbers, but the one that seems to drive the errors throughout the record is the [Diary] field which is a memo data type field. It displays "#Error" in it and no changes are allowed to correct it and I can't simply delete the bad record and re-enter it.
Date fields that were fine, change to 1/1/1899, number fields go all over the place; Currency fields go negative that were positive, etc...
To fix this, I've been able to rebuild and copy all existing records minus the bad record into a replica table and move on and that's been okay but I'd just like to know if there is something we can be doing to prevent this all together...
THE DATABASE CHARACTERISTICS:
All users running WIN2000 (sp4) and Access2000 Professional (sp3); so I don't think it's an OS issues or version issue...
A split database shared with 12 network users; only thing I can think of is the problem is a data-sync network issue...?
The record count is well within the 1GB limit; currently only 85MB backend and a 35MB front end; compacts fine, runs very well otherwise...
I've seen this problem occur when I and another user are in the same table; user is entering or editing a record while I'm in the front-end copy viewing all records and other times, this problem does not occur so I don't think it has anything to do with user permissions or access to the same table because there are 12 users in this same database writing and editing record data to the same backend copy...
Very frustrating situation...can it be any of the underlying VBA that is running to cause a memo field to blow up?...anything you can come up with is greatly appreciated; Mr. Hartman, Vass, Miles, AutoEng, ghudson, Idjit, ....thanks!
Last edited: