G
Guest
I need to append records from two tables (One to Many Relationship) into a similar set of one to many relationship tables. The table in which I would like to append the records INTO contatains an key Autonumber field for the primary key, which also relates to the many sided number field. The problem when I try to append the record to these new tables is that I get a Data type mismatch error. How do I append both tables into each new table when the One sided primary key is an Autonumber field? Thanks.