Passing values between workbooks [message #198852] |
Wed, 18 October 2006 18:36 |
dcolpo
Messages: 2 Registered: October 2006
|
Junior Member |
|
|
I'm trying to build a 2 stage query. For example, I know what fruit people eat. I want to know what other fruit those people who eat bananas eat. My 1st workbook has a query to select those people who eat bananas. I want to then pass those peoples names to the second workbook query which asks the original database to return all of these peoples info, regardless of the fruit.
|
|
|
Re: Passing values between workbooks [message #198999 is a reply to message #198852] |
Thu, 19 October 2006 10:19 |
skooman
Messages: 913 Registered: March 2005 Location: Netherlands
|
Senior Member |
|
|
You can't do that between different workbooks (as far as I know, that is). But can do it whithin a workbook, so between different sheets. If you lookup subquery in the reference, you'll find what you need.
Regards,
Sabine
|
|
|
|