Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record / Table Supposedly Locked

Status
Not open for further replies.

Ally72

Programmer
Nov 12, 2001
31
GB
A database that was fine last week now has been throwing up all sorts of problems. One of them in when going to enter into the form (it doesn't matter what field it is) an error message comes up:

Field can't be updated

When you click Help it says:

The field can't be updated because another user or process has locked the corresponding record or table. (Error 3164)

There is no-one else using it and even when I transfer it onto my local PC it does the same thing.

Am using Acc '97: have compacted, repaired, compiled and saved all modules and tried importing it all into new db and none of it works.

I cannot understand why it's doing it. Can anyone help please?
 
I've seen some strange things myself.. I would suggest the following:

1. Attempt to restore a backup of the database from a time period well before the problem surfaced. Hopefully, you have a good backup strategy on the network as well as keeping a development copy that reflects that latest code version.

2. Next, check out the backup. Does it perform the same?

3. Import the data from the current version into the Backup version. Test... ?

4. Did any rules change on the database? Constraints, indexes, etc.

5. Is anyone attached to the database? Can you open it exclusively? Did anyone change anything? Check date stamp on objects in database.

6. If all else fails, attempt to recreate the form object from scratch.

htwh Steve Medvid
"IT Consultant & Web Master"
e-Mail: Stephen_Medvid@GMACM.com

Chester County, PA Residents
Please Show Your Support...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top