Updating Access Database With New Excel Data

Jakz34

New member
Local time
Today, 07:40
Joined
Feb 9, 2009
Messages
3
A colleague of mine has setup a very nice Access database so I can print out a list of data that share relationships. The data is first produced in Excel then is linked together using Access. She has Access setup where the relationships are already created in the file, all I have to do is add the updated data when it is produced.

The problem I am having is adding the updated data.

Here is the data:


InformationAccess.jpg


The scan audit and scn files are what is being linked in Access and the final report is what is being exported from Access once the link occurs.

Here is how it is listed in Access:


AccessTables.jpg


My colleague said something about the files needing the same name as before and the Excel files all have the same name they previously had but I am not sure if I need to import them or if Access recognizes the files are in the same folder and picks the data up from them.

My problem is, how do I get those updated Excel files imported into the Access database to replace the old data with the new data and produce a new final report?
 
Rightclick in the database window and choose import. Select your Excel spreadsheet and give it the same name as before.

HTH:D
 
Rightclick in the database window and choose import. Select your Excel spreadsheet and give it the same name as before.

HTH:D


This is not working. It is saying the Excel file does not contain data but it does.
 
I mean the name your table had originally, the one you connect your queries to. If you give it a different name, you need to change all your queries as well.
 

Users who are viewing this thread

Back
Top Bottom