Ok let me just say first that I am a newbie in Access and I don't know much of SQL or VB programming.
But I am trying to create this contact database using Access 97. I have created 2 tables, one Personal (it has all the personal information) and the other one Organization (this one has details of diff organizations). One person can belong to more than any (upto 5 in this case) organizations. So I included orgid1, orgid2, orgid3, orgid4 and orgid5 in Personal table. In Organization table, I have OrgId and Org name and other info.
How do I create the relationship, so when I am retrieving the information (creating a report), I can list the name of the person and all the organizations that person belong to.
Did I create the right tables, right structures? or is it all screwed up??
Please help, thank you in advance.
But I am trying to create this contact database using Access 97. I have created 2 tables, one Personal (it has all the personal information) and the other one Organization (this one has details of diff organizations). One person can belong to more than any (upto 5 in this case) organizations. So I included orgid1, orgid2, orgid3, orgid4 and orgid5 in Personal table. In Organization table, I have OrgId and Org name and other info.
How do I create the relationship, so when I am retrieving the information (creating a report), I can list the name of the person and all the organizations that person belong to.
Did I create the right tables, right structures? or is it all screwed up??
Please help, thank you in advance.