Circular excel to access to excel to access....

oliviar

Board Regular
Joined
Sep 12, 2010
Messages
184
Hi Guys,
I'm wondering if its a terrible idea to create circular excel to access links.
I have a sheet that needs to be updated from Excel, but compiled in Access, then a version spat back out to Excel when I want to modify/analyse some new stuff... etc etc

I am wondering if it is a terrible idea to link my working sheet to my access query, then generate my excel sheet again to work on, which is then fed back into my access query when i'm done, and so on.

Does it cause problems? :confused:
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
I would not do that - perhaps I should say that I did not do that.
I had a requirement similar to yours but avoided doing it the way that you suggested - perhaps it may not even work as the workbook would already be open when the query/view was run.
From within the one workbook (Workbook A) I used VBA code to copy data from the workbook to another workbook (Workbook B) located in a folder (named 'Import Data') in the Data Warehouse. Workbook B is a linked-table in the Report database.
The database query/view that used that linked table (and other data tables etc.) was itself a linked table in Workbook A.
So Workbook A (VBA code) 'exported' the data and then did a 'Refresh All' on its data tables.
 
Upvote 0
If you are comfortable with code, here is a tutorial that shows (among other things) how to edit a record in Excel and update it in Access. No links required.

Denis
 
Upvote 0

Forum statistics

Threads
1,214,839
Messages
6,121,892
Members
449,058
Latest member
Guy Boot

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