J
JWCrosby
I've inherited a project with three tables. One has an ID field (number)
which is manually set, related to each of the other tables in a one-to-many
relationship (each of the other tables having an ID field).
The tables already have data in them...lots of it.
I want to give the base table an autonumber primary field and link it in a
one-to-many to the other tables, the way it should have been done in the
beginning. But I don't want to re-enter data.
How can I do it?
Jerry
which is manually set, related to each of the other tables in a one-to-many
relationship (each of the other tables having an ID field).
The tables already have data in them...lots of it.
I want to give the base table an autonumber primary field and link it in a
one-to-many to the other tables, the way it should have been done in the
beginning. But I don't want to re-enter data.
How can I do it?
Jerry