Link to home
Start Free TrialLog in
Avatar of Marc333
Marc333

asked on

Building a query off of a dataset

Is it possible to build a query off of a dataset that is a query of a table?  IE:

Table:  "Solds"
DataSet1: Contains Prices from Homes from a Subdivision
DataSet2: Average of prices from DataSet1
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Marc333
Marc333

ASKER

Bob,
Well, I think I've worked around the issue by using an array to create calculations from the dataset.  But I appreciate the idea.