Suppose i merge two identical access tables with append query then how can i link it up with other tables? since the primary key will be alloted fresh then how will the other related tables take up this primary key as its foreign key?
Suppose i merge two identical access tables with append query then how can i link it up with other tables? since the primary key will be alloted fresh then how will the other related tables take up this primary key as its foreign key?