Read-only data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello Access Gurus
In a query that uses a query and a table that have two fields in a
one-to-one relationship, I result records, but cannot delete them in order to
update my master table. The message at the bottom left says Data is
Read-Only, but I can delete that result record directly from the table. Can
you tell me what I'm doing wrong? Thank you!
Mary
 
Hello Access Gurus
In a query that uses a query and a table that have two fields in a
one-to-one relationship, I result records, but cannot delete them in order to
update my master table. The message at the bottom left says Data is
Read-Only, but I can delete that result record directly from the table. Can
you tell me what I'm doing wrong? Thank you!
Mary

One to one relationships are VERY rare, and you may not be using them
appropriately. It's not clear to me what you're updating or what
you're deleting!

That said... you must have a unique Index, such as a Primary Key, on
the join field in BOTH tables for the query to be updateable.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top