I am designing a new database which previously was a flat file table. I have broken this flat file down into four tables but they do not seem to be linking (using queries) very well.
I do not know if I am designing the tables properly. Table 1 is Organisation Information, ie address, etc, Table 2 is Contact, Firstname, Lastname etc Information. The reason for two separate tables is because there could be many contacts for the one organisation - is this correct? or should Contact information and organisation information be in the one table?
I do not know if I am designing the tables properly. Table 1 is Organisation Information, ie address, etc, Table 2 is Contact, Firstname, Lastname etc Information. The reason for two separate tables is because there could be many contacts for the one organisation - is this correct? or should Contact information and organisation information be in the one table?