I am sorry ,I am new in the fourms
any way
here is the file
conceptual.jpg - 0.90MB
1-you will find relation between the contact details table and the invitations table
the idea is: each contact can invite number of contacts from the same table
that means its a recursive relation But i need also to determine the event and the date!!!
so I decided to put these data in another table
now I have host and guests... should I write it as it is ( contact ID) twice??
what's the right solution
2- Every contact from the contact details table has type and every type in the contact types table might be linked to more than 1 contact
that means its M-to-M relation
I've added Contact-Details-Types table between them
is it OK???
thanks