importing from excel?

C

cherrynich

I developed a form that runs a few queries, that ultimately calculates
percentage. all the queries run off of my one table called technicians. I
have a horde of excel files that need to have their info listed on this
table. All the fields are exactly the same on the technicians table and the
excel table. How can I import them so they all show on the one technicians
table? If impossible how might I transfer this data moore easily??? Thank
you all.
Nick
 
K

Ken Snell [MVP]

Use File | Get External Data ... | Import menu to import each file into a
new table, then use an append query to copy the data from that table into
your Technicians table.
 

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

Top