Hi,
I have two databases.
DB1 - Is main repository of data
DB2 - Contains highlevel data i.e. Scheme Name, Inception Date (1 line of data for each of our Travel schemes)
I would like to write a query that will enable me to do the following: -
1) List only lines of data from DB1 that match with the Scheme Name I specify in the query.
2) Where that Scheme Name matches the Scheme Name in DB2 show the Inception Date from DB2 against each line of date shown in the query result.
Thanks for your help.
Matt
I have two databases.
DB1 - Is main repository of data
DB2 - Contains highlevel data i.e. Scheme Name, Inception Date (1 line of data for each of our Travel schemes)
I would like to write a query that will enable me to do the following: -
1) List only lines of data from DB1 that match with the Scheme Name I specify in the query.
2) Where that Scheme Name matches the Scheme Name in DB2 show the Inception Date from DB2 against each line of date shown in the query result.
Thanks for your help.
Matt