R
Rod Smothers
Flat file use for inventory needs to be divided up into about a dozen tables.
Table has about 3300 records. Each record has about 40 fields. One field
is an ACCESS NUMBER which is a unique identifier for all records.
I've looked at table analyzer but I THINK I need an even more granular
approach....plus I don't know how to deal with the lookup fields it creates.
I know those are bad.
What are the ramifications if I copy the table a dozen times and remove the
unnecessary fields and records for each one?
For example, among the information in the existing table is "building",
"room", and "staff"....all of which relate to the LOCATION of inventory.
Using copy method described above, can I delete all fields but these three
AND THE ACCESS NUMBER AND END UP WITH A NORMALIZED "LOCATION" TABLE?
Can the access number be used as the primary key in each of my dozen tables?
Thanks to all who read these posts and respond....this discussion group is
very helpful to those of us just starting with Access.
Table has about 3300 records. Each record has about 40 fields. One field
is an ACCESS NUMBER which is a unique identifier for all records.
I've looked at table analyzer but I THINK I need an even more granular
approach....plus I don't know how to deal with the lookup fields it creates.
I know those are bad.
What are the ramifications if I copy the table a dozen times and remove the
unnecessary fields and records for each one?
For example, among the information in the existing table is "building",
"room", and "staff"....all of which relate to the LOCATION of inventory.
Using copy method described above, can I delete all fields but these three
AND THE ACCESS NUMBER AND END UP WITH A NORMALIZED "LOCATION" TABLE?
Can the access number be used as the primary key in each of my dozen tables?
Thanks to all who read these posts and respond....this discussion group is
very helpful to those of us just starting with Access.