Just adding the finishing touches to a 12 months project and am getting hung up with a persistent error message. I need to run with referential integrity so I can use cascaded delete on a single table, but get this persistent 'locking' problem after I save the database and reopen it.
In principle, this is what I am doing, and I do get the error message with this example also:
Table1 (via relationships) Table1_1
ID ID
SubID subID
Text text
Table1.ID is the Master field and Table1_1.SubID is the related field in a One-to-Many relationship.
When I first create a database with this table, referential integrity works and I can cascade delete the master record and all its subordinates.
After saving the database a reopening it I get the following error message when trying to delete any master record which has subordinates:
"Could not update:currently locked"
Even new entries into the table return the same error when trying to do a cascaded delete.
I am running Office 2000 and get the same results on another PC (also with Office 2k). The application is single user.
Any clues... a bug or 'finger trouble'?
In principle, this is what I am doing, and I do get the error message with this example also:
Table1 (via relationships) Table1_1
ID ID
SubID subID
Text text
Table1.ID is the Master field and Table1_1.SubID is the related field in a One-to-Many relationship.
When I first create a database with this table, referential integrity works and I can cascade delete the master record and all its subordinates.
After saving the database a reopening it I get the following error message when trying to delete any master record which has subordinates:
"Could not update:currently locked"
Even new entries into the table return the same error when trying to do a cascaded delete.
I am running Office 2000 and get the same results on another PC (also with Office 2k). The application is single user.
Any clues... a bug or 'finger trouble'?