G
Gary
I have 6 tables which have identical fields and they all have a Primary Key
which is AutoNumber.
I have a final table which has the same fields and also has a Primary Key
which is AutoNumber.
The problem I have is when I use an AppendQuery to append each of the 6
tables to the final table, sometimes the order of the table changes than from
the individual tables. The append query has all of the fields except for
the primary key
When I look at the individual 6 tables, they all look correct, but after the
Do -Loop of the 6 append tables, once in a while the order is different.
Can someone please help me correct this issue!!!
Thank You,
Gary
which is AutoNumber.
I have a final table which has the same fields and also has a Primary Key
which is AutoNumber.
The problem I have is when I use an AppendQuery to append each of the 6
tables to the final table, sometimes the order of the table changes than from
the individual tables. The append query has all of the fields except for
the primary key
When I look at the individual 6 tables, they all look correct, but after the
Do -Loop of the 6 append tables, once in a while the order is different.
Can someone please help me correct this issue!!!
Thank You,
Gary