creating make table from linked db2 db

G

Ginycub22

I am trying to create a make table from linked db2 files. I am bringing in
about 13,000 records. The problem is that the linked tables contain over 3
million plus records. During this operation Access grows to over 2 gigs and
fails. I am only trying to import 13,000+ records. Could someone tell my why
this happens and is there a work around?

Thanks
Ginny
 
D

Douglas J. Steele

Can you create a pass-through query that only returns the 13,000+ rows?
 
Top