R
Robert
I’m creating a new access 2007 database, my question is simple. From a
functionality standpoint and taking database size into consideration. Is it
better to have one table with repeating field values or setup a second table
to hold these values using a lookup.
Example 1 single table
Fields
State -AR, AZ,…
Grad Schools UVA, UGA, Yale……(possibly 400+ different schools)
Under Grad Schools
Example2 multiple tables
Table 1-state (lookup table 2 field state)
table2, field-state (records-Ar, AZ….)
Table1 GradSchools………..
I have 40,000 records to import into this database, so I would like to
minimize field size.
functionality standpoint and taking database size into consideration. Is it
better to have one table with repeating field values or setup a second table
to hold these values using a lookup.
Example 1 single table
Fields
State -AR, AZ,…
Grad Schools UVA, UGA, Yale……(possibly 400+ different schools)
Under Grad Schools
Example2 multiple tables
Table 1-state (lookup table 2 field state)
table2, field-state (records-Ar, AZ….)
Table1 GradSchools………..
I have 40,000 records to import into this database, so I would like to
minimize field size.