A
anc24
I am working on a chemical inventory database - there are 12 labs that
contain about 4,000 chemicals between them, many of them with the same
chemicals. Each chemical has a unique number.
It seemed easier to create 12 separate tables, one for each lab, rather than
having one table with 36 fields (a lab number, chemical location and chemical
amount for each lab); however, I run into a problem when I want to find out
whether a chemical is in more than one lab, i.e., which lab(s) contains the
chemical methanol?
Is there a query that will carry across all tables and collect all matches?
Thanks
contain about 4,000 chemicals between them, many of them with the same
chemicals. Each chemical has a unique number.
It seemed easier to create 12 separate tables, one for each lab, rather than
having one table with 36 fields (a lab number, chemical location and chemical
amount for each lab); however, I run into a problem when I want to find out
whether a chemical is in more than one lab, i.e., which lab(s) contains the
chemical methanol?
Is there a query that will carry across all tables and collect all matches?
Thanks