I have made copies of db for others. they are adding to it. I am trying to
copy from the copy of the db and pasting to the master. but I am having
trouble. I do have the autonumber on if that makes a difference.
Well, then don't DO it that way!!!
If two users have their own, independent, unconnected databases, then
each user will be adding new records with new Autonumber values to
their own copy of the table. Fred will put in autonumber value 125 for
data X, Janet will put in autonumber value 125 for data Y, Hassan will
put in autonumber value 125 for data Z - and when you try to copy and
paste (which is a BAD way to manage Access data) you'll get conflicts.
Instead, use a "split" database arrangement, with one single shared
"backend" database containing only the Tables, and give each user
their own copy of a "frontend" containing the Forms, Reports, Queries
and so on. See
http://www.granite.ab.ca/access/splitapp.htm for a
discussion and instructions on how to set this up.
John W. Vinson[MVP]