replace .xls with access table

Lanason

Registered User.
Local time
Today, 22:55
Joined
Sep 12, 2003
Messages
258
I have a linked excel spreadsheet to my database but now I want to IMPORT the data into an access table

The spreadhseet is linked to queries - what is the correct sequence to replace the linked excel with the new table?
 
You shouldn't have to touch any query. Let's call the table object that is the linked spreadsheet "Data1".

1. Make a backup of your database. This is always step 1 in whatever you do.

2. Import the spreadsheet's as a new table using the import tool. Name this table "DataNew".

3. Copy "DataNew" and paste it as a new table with the name "Data1"--replacing the existing object.

4. Delete "DataNew" and everything should work as it did before.
 

Users who are viewing this thread

Back
Top Bottom