Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Importing Excel Data into Access

0 views
Skip to first unread message

VinnyD.

unread,
Mar 3, 2004, 4:10:01 PM3/3/04
to
I have an Access database with approximately 20 fields. I
need to import an Excel spreadsheet with approximately 8
fields. However, the fields in Excel do not correspond
EXACTLY with the fields in Access. Is there a way to
import the fields in a specific order to match the fields
in the Access database?

Thanks.

Vinny

Chris

unread,
Mar 3, 2004, 10:58:49 PM3/3/04
to
Here are two possible ways
1. Link the spreadsheet so that you can treat it like a
table, then write an append query to move the data from
the linked spreadsheet to the eight fields.

2. Import the spreadsheet into a temporary table that does
correspond, and then use the append query on this.

>.
>

0 new messages