M
mas
i'm new to access and have a database design best practice
question.
i'm making a database to hold construction project data.
currently there's nothing that is a one to many
relationship. but there are several logical groups of
data, each w/ several fields. (location, design concepts,
costs, size, etc).
because of the lack of relationships should this only be
one table or should i split it into multiple tables linked
by a project id? ...costs in one table, sizes in another.
other than making the queries a bit more complicated
because of the joins is there any advantages (to having
multiple)? if it is all in one table are there any
performance issues because of the large number of fields?
any other considerations i need to think about?
thanks. any advice/thoughts welcome.
mas
question.
i'm making a database to hold construction project data.
currently there's nothing that is a one to many
relationship. but there are several logical groups of
data, each w/ several fields. (location, design concepts,
costs, size, etc).
because of the lack of relationships should this only be
one table or should i split it into multiple tables linked
by a project id? ...costs in one table, sizes in another.
other than making the queries a bit more complicated
because of the joins is there any advantages (to having
multiple)? if it is all in one table are there any
performance issues because of the large number of fields?
any other considerations i need to think about?
thanks. any advice/thoughts welcome.
mas