wvandenberg
Technical User
I am trying to figure out what the best design would be for relationships between four of my tables. I am designing a database that will hold information about water quality samples collected from various locations or sites. The four tables in question are tblSites, tblBasins, tblSubBasins and tblSubSubBasins. Right now, I’ve designed it so that the basin tables are “lookup” tables for three corresponding fields in tblSites (they’re each on the one side of a one-to-many with tblSites). I designed it like this because all sites will belong to a basin but may or may not belong to a SubBasin or SubSubBasin. If a site can be assigned a SubBasin, then it will also have a Basin and if a site has a SubSubBasin then it will also have a SubBasin and a Basin.
Ultimately, I would like to be able to “drill down” in a form (that I have not yet designed) to find sites in a particular Basin, SubBasin or SubSubBasin.
If anyone could help me with a relationship design that would suit my requirements, I would greatly appreciate any advice.
Thanks,
Wendy
Ultimately, I would like to be able to “drill down” in a form (that I have not yet designed) to find sites in a particular Basin, SubBasin or SubSubBasin.
If anyone could help me with a relationship design that would suit my requirements, I would greatly appreciate any advice.
Thanks,
Wendy