MAKING BIG LIST

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to combine several large files into one database. Each file contains
the same field types, i.e., name1 name2 your#. Duplicate values may exist in
each file and need to be preserved. Files can contain as many as 90,000
records.
How do I build the large list?
Thanks,

John
 
nyaaa said:
I need to combine several large files into one database. Each file
contains the same field types, i.e., name1 name2 your#. Duplicate
values may exist in each file and need to be preserved. Files can
contain as many as 90,000 records.
How do I build the large list?
Thanks,

John

First that is not really a big list by Access standards.

Second depends. What do you want to do when there is a duplicate?

After resolving the duplicate issue it sounds like an simple append
query.
 
You don't say what format your files are in but assuming you can import into
an Access table you should be able to use Append queries to get them all into
1 table. You can have duplicates as long as you don't set a primary key on
the field that contains duplice records.
Sheila
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top