Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Field mapping upon import

Status
Not open for further replies.

DaverD

Technical User
Jun 11, 2003
14
US
Hello.

I wish to import data from an outside source (CSV/XLS/DBF) into an existing table. However, the order of the imported fields do not match the existing table.

Is there a way to map the imported fields to an existing table for the import/append operation?

Thanks in advance.

 
Why not importing your external data into a temporary table and then play with an append query ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Thanks.

It's just was I was looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top