Merging selected data from Excel to Access

TC

New Member
Joined
Oct 26, 2002
Messages
5
I have a Access database (A.mdb)and mistakenly extracted the data to Excel E.xls)without a link.I made some modifications in Excel and want them to be added to Access(A.mdb) the modified items.Need to do it immdeately and if anybody knows idea please help me..Now I am entering the modified items manually...
Thanks in advance
_TC
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
TC
Its a little while since I did this, but try:
- make sure each column has a unique field name
- name the range of records in Excel with a useful range name (slect range / insert / name / define / ok)
- Save & close the workbook
- In Access A.mdb, File / Get External Data / Create Link (??)

This last step should create a link from your Access database to the Excel workbook, which you can then refer to as a table (it should show in the Table objects listing)
-run a query to identify the modified records (use an append query to add them to the existing table)
Something like that.

Also check Access Help re external links to Excel.

HTH
 
Upvote 0
Thanks for the advice ..But now struggling with query ..Could U also explain it.Now I brought the modified data M.mdb and Base Access Database (A.mdb)How to merge them by query?
_TC
 
Upvote 0

Forum statistics

Threads
1,214,541
Messages
6,120,110
Members
448,945
Latest member
Vmanchoppy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top