Please Help !
I am designing a database that will be used for inventory. I have 3 combo boxes and 11 text boxes on the form. I would like combo box 1 to contain 4 zones (zone_1, zone_2, zone_3 and zone_4) each zone will have several sites (too many to list) and each site will have several pieces of equipment listed by serial number. I want to select a zone in combo box 1 and then be able to select a site in combo box 2 that is within that zone and then be able to select a serial number for a piece of equipment. The text boxes populate with information about the piece of equipment. ( I already have that working ) This would be the breakdown.
Combo1 Combo2 Combo3
Zone_1 Site Names Serial Numbers
Zone_2 Site Names Serial Numbers
Zone_3 Site Names Serial Numbers
Zone_4 Site Names Serial Numbers
I have tried everything that I could find on this Forum that deals with multiple combo boxes each depending on the other with no luck. Any help would be greatly appreciated.
I am designing a database that will be used for inventory. I have 3 combo boxes and 11 text boxes on the form. I would like combo box 1 to contain 4 zones (zone_1, zone_2, zone_3 and zone_4) each zone will have several sites (too many to list) and each site will have several pieces of equipment listed by serial number. I want to select a zone in combo box 1 and then be able to select a site in combo box 2 that is within that zone and then be able to select a serial number for a piece of equipment. The text boxes populate with information about the piece of equipment. ( I already have that working ) This would be the breakdown.
Combo1 Combo2 Combo3
Zone_1 Site Names Serial Numbers
Zone_2 Site Names Serial Numbers
Zone_3 Site Names Serial Numbers
Zone_4 Site Names Serial Numbers
I have tried everything that I could find on this Forum that deals with multiple combo boxes each depending on the other with no luck. Any help would be greatly appreciated.