dougal1269
IS-IT--Management
OK guys here it is, this one is a toughie at least for me.
The concept: have a locations list box filtered by combo box results and have the locations list box filter another list box containing IP addresses for that location.
The problem: with so many fields acting on each other my code looks horrible, there has got to be a better way, oh and I also need the IP Addresses to come out in order (just for the fun of it)
The ground work:
Tables:
tblRegion (RegID,nameRegion)
tblServiceArea (SAID, nameSA, fldRegID)
tblFacilityCode (FCID, nameFacCode, fldSAID)
tblLocation (LocID, nameLoc, fldFCID, fldBuildID)
tblBuilding (BuildID, nameBuild, fldFCID, fldLocID)
tblCloset (ClosetID, nameCloset, fldBuildID)
tblEquiptment (IPAddress, nameDevice, luReg [lookup combo box to tblRegion], luSA [tblServiceArea], luFac [tblFacilityCode], luBuild [tblBuilding], luCloset [tblCloset]
note: ok so all the information is located in the tblEquiptment, so how do I get the filtering to work. Oh yes this is an extensive database these are just a few of the tables.
If anyone has any sugestions, clues, answers it would be great.
Dougal
Ita erat quando hic adveni
"It was that way when I got here"
Dougal
Sentio aliquos togatos contra me conspirare.
I think some people in togas are plotting against me.
The concept: have a locations list box filtered by combo box results and have the locations list box filter another list box containing IP addresses for that location.
The problem: with so many fields acting on each other my code looks horrible, there has got to be a better way, oh and I also need the IP Addresses to come out in order (just for the fun of it)
The ground work:
Tables:
tblRegion (RegID,nameRegion)
tblServiceArea (SAID, nameSA, fldRegID)
tblFacilityCode (FCID, nameFacCode, fldSAID)
tblLocation (LocID, nameLoc, fldFCID, fldBuildID)
tblBuilding (BuildID, nameBuild, fldFCID, fldLocID)
tblCloset (ClosetID, nameCloset, fldBuildID)
tblEquiptment (IPAddress, nameDevice, luReg [lookup combo box to tblRegion], luSA [tblServiceArea], luFac [tblFacilityCode], luBuild [tblBuilding], luCloset [tblCloset]
note: ok so all the information is located in the tblEquiptment, so how do I get the filtering to work. Oh yes this is an extensive database these are just a few of the tables.
If anyone has any sugestions, clues, answers it would be great.
Dougal
Ita erat quando hic adveni
"It was that way when I got here"
Dougal
Sentio aliquos togatos contra me conspirare.
I think some people in togas are plotting against me.