F
Fredrated
I have a query which seems simple enough, but it is not updatable, any ideas
why?
I have 2 tables, PDAs and Contacts.
I have a many to many table to relate them, because a PDA can have multiple
contacts, and a contact can be a contact for multiple PDA's
The key to the PDA table is 'KEY' (not my idea), and the key to the contact
table is 'contact_id'
The intermediate table, PDA_Contacts is 2 fields, 'KEY' and 'contact_id',
and together they make up the key for this table (called pda_contacts).
I am trying to base a form on a query that relates pda_Contacts to Contacts
by the field contact_id (to be the basis of a subform that allows the
addition of contacts to PDAs). However, this query will not allow edits to
contact information!
I can update contact information in a query which has only that table, but
as soon as I add the table pda_contacts, the query cannot be updated.
Any ideas?
Thanks in advance for any help.
Fred
why?
I have 2 tables, PDAs and Contacts.
I have a many to many table to relate them, because a PDA can have multiple
contacts, and a contact can be a contact for multiple PDA's
The key to the PDA table is 'KEY' (not my idea), and the key to the contact
table is 'contact_id'
The intermediate table, PDA_Contacts is 2 fields, 'KEY' and 'contact_id',
and together they make up the key for this table (called pda_contacts).
I am trying to base a form on a query that relates pda_Contacts to Contacts
by the field contact_id (to be the basis of a subform that allows the
addition of contacts to PDAs). However, this query will not allow edits to
contact information!
I can update contact information in a query which has only that table, but
as soon as I add the table pda_contacts, the query cannot be updated.
Any ideas?
Thanks in advance for any help.
Fred