how can i copy selected records to a new database while maintaining the
numbering that was originally assigned by auto numbering and relationships. I
am using access 2000
Use File... Get External Data... Link to link to the existing tables;
create your new tables, empty, perhaps by using File... Get External
Data... Import and selecting the option to import the design only.
Then run Append queries to selectively append the desired records. If
you Append to an autonumber field, the value will be copied
faithfully, and will not autoincrement; the next autonumber when you
add a new record will be one more than the largest imported number
(though its exact value should not be of importance other than that it
is unique).
John W. Vinson[MVP]