Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
I've been trying to figure out how to do the following: Reading data from one database table into memory and then querying a table within another database based upon the contents of the first dataset, then placing the end result (a selection of fields from both tables) into a sheet within the spreadsheet. I was hoping to use a collection object to represent the data read from the first table, and then using data from one field construct a query to read the data from another. However I've not been able to find any examples of using collections in such a way, which makes me wonder whether it's possible ? Can I have a collection of which mimics a table such that I can work my way through each column by name, and each row read by number ? Thanks in advance Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Querying Large Database | Excel Discussion (Misc queries) | |||
QUERYING ACCESS | Excel Discussion (Misc queries) | |||
Querying Data from Secured Access Database with VBA | Excel Programming | |||
Querying Access Database | Excel Worksheet Functions | |||
Querying a database for values in each row | Excel Programming |