I have two tables. The 2nd table is a subset of the first table, and I want to query report titles from the 1st table that match report titles from the 2nd table. I want to use something like:
tableone.report title = tabletwo.reporttitle in the criteria of the select query.
Does anyone have any ideas?
tableone.report title = tabletwo.reporttitle in the criteria of the select query.
Does anyone have any ideas?