MsAccessNL
Member
- Local time
- Today, 20:17
- Joined
- Aug 27, 2022
- Messages
- 204
I want to make a seperate table to store al my notes "T_Note". The Table 'T_Note" is linked to every table wich should have a Note field. So for instance table: T_Company can have a note and T_Contact can have note.
Next i want also a seperate table "T_MailAccount" for all the email adresses, one contact can have multiple emails. If I make a table contacts (T_Contact) and a Table Notes (T_Note) with a FK "ContactID" it works fine, but when i make a query with T_Contact (PK) connected to T_MailAccount (FK) and T_Notes (FK), it's no longer editable.
So how do i make a query to make an editable Form with al the contact info, including Contact-Note and Contact-EmailAccounts?
Next i want also a seperate table "T_MailAccount" for all the email adresses, one contact can have multiple emails. If I make a table contacts (T_Contact) and a Table Notes (T_Note) with a FK "ContactID" it works fine, but when i make a query with T_Contact (PK) connected to T_MailAccount (FK) and T_Notes (FK), it's no longer editable.
So how do i make a query to make an editable Form with al the contact info, including Contact-Note and Contact-EmailAccounts?