No really, it did. Ok so here’s my problem. I inherited a database used for testing. Field techs enter test data in the database out in the field, come back to the office and load the data to a backend database on a server. The secretary’s print out the reports to send to customers.
This database has nearly a hundred tables, there’s one table for each type of test. The fields in each test are unique except for JobID. All the test tables have a jobID field.
The field techs don’t tell the secretary’s what test they ran, so they have to search through all the test tables for the particular job number. I tried a query with no luck because of the number of tables I have to search. What I’m after in a way to search all tables for a job number and it return the table names that number is in. I have search the forums and saw nothing on this many tables.
Anyone seen or have a solution.
Thanks
gMAC
This database has nearly a hundred tables, there’s one table for each type of test. The fields in each test are unique except for JobID. All the test tables have a jobID field.
The field techs don’t tell the secretary’s what test they ran, so they have to search through all the test tables for the particular job number. I tried a query with no luck because of the number of tables I have to search. What I’m after in a way to search all tables for a job number and it return the table names that number is in. I have search the forums and saw nothing on this many tables.
Anyone seen or have a solution.
Thanks
gMAC