I am in the beginning stages of designing a multi-table access 2003 database.
I will definitely have multiple one to many relationship tables, but I am now debating on whether the main 'application' table should contain all of the one-one relationship fields or if I should make 2 more tables for these.
The main table has the general info for the application, then there is a section for budget (one-one) and a section for special issues (one-one).
Is it better for performance to keep all of this data together or split the other one-one data into separate/smaller linked tables?
This will be a multi-user database.
I will definitely have multiple one to many relationship tables, but I am now debating on whether the main 'application' table should contain all of the one-one relationship fields or if I should make 2 more tables for these.
The main table has the general info for the application, then there is a section for budget (one-one) and a section for special issues (one-one).
Is it better for performance to keep all of this data together or split the other one-one data into separate/smaller linked tables?
This will be a multi-user database.