G
Guest
A dilemma. I'm merging three different databases into one, and in each
there's a "people" table with an autonumber ID field. I want to use
autonumber in the new merged database as well. If I could just bring across
all the names and let the system assign them a new number, no sweat, but for
ONE of the three databases, the user has put that number on about a jillion
forms and file folders, so they desperately want to keep the same number for
each person. (For additional persons brought in from the other two
databases, or entered in future, assigning a completely new number is fine
with them.)
So how, without some really arduous manual effort or complex VBA, can I
import the data from Database 1 with the EXISTING ID numbers? Over time I've
learned how to trick the Autonumber feature in a few ways, but this one has
me stumped. Any suggestions welcome.
there's a "people" table with an autonumber ID field. I want to use
autonumber in the new merged database as well. If I could just bring across
all the names and let the system assign them a new number, no sweat, but for
ONE of the three databases, the user has put that number on about a jillion
forms and file folders, so they desperately want to keep the same number for
each person. (For additional persons brought in from the other two
databases, or entered in future, assigning a completely new number is fine
with them.)
So how, without some really arduous manual effort or complex VBA, can I
import the data from Database 1 with the EXISTING ID numbers? Over time I've
learned how to trick the Autonumber feature in a few ways, but this one has
me stumped. Any suggestions welcome.