B
Brad Autry
I'll try to keep this as brief as possible.
I am working with "one" massive database that, due to size, has been broken
down into 37 separate databases. I put together a front end and linked the
tables from which I need data pulled.
I am essentially working with five tables, however they have been broken
down as follows:
1.) Requisition table - one table/database
2.) Candidates Table - one table/database
3.) Response Table - segmented into 10 separate database/tables
4.) Form table - segmented into 2 separate database/tables
5.) Status table - segmented into 2 separate databse/tables
Again, I am not able to consolidate any of the tables that were broken down.
That being the case, what methods are there available to me in order to
query data? I am not certain how/if I can place all these linked tables into
one query, nor am I certain of what SQL code or anything that would enable me
to pull this off. The only thing I can think of is using the same selection
criteria and creating multiple queries with the various tables to try to
cover everything (which is completely impractical) and seemingly prone to
missing out on something.
Any suggestions would be greatly appreciated.
Thank you in advance.
I am working with "one" massive database that, due to size, has been broken
down into 37 separate databases. I put together a front end and linked the
tables from which I need data pulled.
I am essentially working with five tables, however they have been broken
down as follows:
1.) Requisition table - one table/database
2.) Candidates Table - one table/database
3.) Response Table - segmented into 10 separate database/tables
4.) Form table - segmented into 2 separate database/tables
5.) Status table - segmented into 2 separate databse/tables
Again, I am not able to consolidate any of the tables that were broken down.
That being the case, what methods are there available to me in order to
query data? I am not certain how/if I can place all these linked tables into
one query, nor am I certain of what SQL code or anything that would enable me
to pull this off. The only thing I can think of is using the same selection
criteria and creating multiple queries with the various tables to try to
cover everything (which is completely impractical) and seemingly prone to
missing out on something.
Any suggestions would be greatly appreciated.
Thank you in advance.