Hello:
I have 15 tables that have similar but unrelated data. There are technically no relationships I can form between these tables. Each table does have a STATUS field which can have a value of either PRELIMINARY or RELEASED.
I need a single query that can list records from all tables that have STATUS=PRELIMINARY. In other words, one result window with all the preliminary entries in the database regardless of table.
This sounds like it should be simple, but I'm stuck. Thanks for any suggestions.
I have 15 tables that have similar but unrelated data. There are technically no relationships I can form between these tables. Each table does have a STATUS field which can have a value of either PRELIMINARY or RELEASED.
I need a single query that can list records from all tables that have STATUS=PRELIMINARY. In other words, one result window with all the preliminary entries in the database regardless of table.
This sounds like it should be simple, but I'm stuck. Thanks for any suggestions.