G
Guest
I have encounter a problem I have never come across before.
I added a new table to an existing database. The new table is in a
one-to-one relationship with an existing table.
The existing table has a primary key and I set the Index property on my key
field in the new table to Yes (no duplicates). All other settings are
identical to the primary key field in the existing table.
I had an existing query built on the existing table, so I modified the query
by showing the new table and dragging its fields down onto the grid.
When I open my form all is well. I can edit records (except for the newly
added fields from the new table) and add new records (including the the new
fields added to the source query).
The problem arises when I attempt to edit one of the four new fields added
to the form. Each of them are checkboxes. If I attempt any edit of the four
checkboxes I receive an error message which reads "Could not update;
currently locked."
I could understand this if this database were shared on a network, but I am
the only one who has ever used it.
If I modify the Record Locks property of the form to "no locks" then I am
prompted to manually save each record as though someone else is currently
editing the record also.
I am just baffled. Any help is greatly appreciated.
I added a new table to an existing database. The new table is in a
one-to-one relationship with an existing table.
The existing table has a primary key and I set the Index property on my key
field in the new table to Yes (no duplicates). All other settings are
identical to the primary key field in the existing table.
I had an existing query built on the existing table, so I modified the query
by showing the new table and dragging its fields down onto the grid.
When I open my form all is well. I can edit records (except for the newly
added fields from the new table) and add new records (including the the new
fields added to the source query).
The problem arises when I attempt to edit one of the four new fields added
to the form. Each of them are checkboxes. If I attempt any edit of the four
checkboxes I receive an error message which reads "Could not update;
currently locked."
I could understand this if this database were shared on a network, but I am
the only one who has ever used it.
If I modify the Record Locks property of the form to "no locks" then I am
prompted to manually save each record as though someone else is currently
editing the record also.
I am just baffled. Any help is greatly appreciated.