Hi All,
Is it possible to pull records from a database from results from another recordset...?
For example, I have made a table to store a portfolio of properties that a customer can save. So in the table, I place the UserID and the PropertyID of the record.
I then have a recordset that pulls all the PropertyId's from the table that match that users UserId. So I now want to query the main Property database, pulling records that match the Portfolio Tables PropertyId's.
Does that make sense?!
Thanks for any help.
Paul