G
Guest
If I use "make table query" to go from a flat file DB to relational, is it OK
to use autonumber as the primary key in all the tables that I'll have to
relate back to the main table?
For example, main table now has one field in which one of four schools is
listed for each of the 3300 records.
Among the new tables, will be one with the four schools each listed one
time....but what then is the primary key for this new "schools" table that
will be used to relate it back to the "main" table? Autonumber is the only
way I can see to do this.
to use autonumber as the primary key in all the tables that I'll have to
relate back to the main table?
For example, main table now has one field in which one of four schools is
listed for each of the 3300 records.
Among the new tables, will be one with the four schools each listed one
time....but what then is the primary key for this new "schools" table that
will be used to relate it back to the "main" table? Autonumber is the only
way I can see to do this.