Paul
An Access Autonumber field is used to independently and uniquely identify a
table's rows. Thus, the Autonumber values in table1 will have NO
relationship to the Autonumber values in table2. If your tables are related
one-to-many, you need to be using a foreign key field of type Long Integer
in the many table to record the "parent" record's Primary Key value (which,
in the "parent" will be an Autonumber).

Signature
Good luck
Jeff Boyce
<Access MVP>
> Jeff
>
[quoted text clipped - 15 lines]
> > >
> > > Can anyone help?