Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
I've been looking into SQL. What I'd like to know is how to create an SQL table that's not inserted into a sheet.
I found some ideas here:
I found some ideas here:
The thing is that I can't insert my tables into a sheet the way they do there. I'm using SQL in the first place because they exceed the number of rows in a sheet.
So I need to be able to write some code that will build a series of tables in the background through Excel's VBA. When that's through, I can inner join or union them and then set that final table as the database reference for my Excel pivot tables.
Is that what a "database" is? An invisible table?
So I need to be able to write some code that will build a series of tables in the background through Excel's VBA. When that's through, I can inner join or union them and then set that final table as the database reference for my Excel pivot tables.
Is that what a "database" is? An invisible table?