Make Table or Delete & Append

ARW17

Board Regular
Joined
Oct 31, 2016
Messages
109
I split my database and then realized that my "make table" queries are writing only to the front end. I edited them to make the table to the BE instead, but then they aren't linked to the FE and my VBA can't use them.
Is it best practice to make the table to the back end and then relink them with VBA or to just change the single make table query into a 2 step process where I delete the table contents and then append the new data? Or is there another way to do this as cleanly as possible?

I'll have multiple FEs that share some tables, but these that I'm creating with the Make Table query aren't among them, so I could just leave these temp tables in the FE, I was just thinking that it was best to not have any tables in the FE.

Looking forward to your advice!
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
Temp tables belong in the front-end.

It sounds like your initial setup was probably good.
 
Upvote 0
Solution

Forum statistics

Threads
1,223,911
Messages
6,175,333
Members
452,636
Latest member
laura12345

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