I am trying to create a database to track freezer inventory. I have a form to Search for inventory based on the location provided. The more information is provided on location, the more narrow the search result of items. The tree structure goes like this (each its own entity with PKey) - Freezer -> Shelf -> Rack -> Box -> Item.
All freezers (with Freezer ID column hidden) is listed in a list box. Each Freezer has 1-M Shelf, Each Shelf 1-M Racks...
I trying to make it so that when a Freezer is selected from a listbox, the Shelf combo box is then enabled and allows the user to only select from the shelves available for that freezer.
Please advise, Thanks!
All freezers (with Freezer ID column hidden) is listed in a list box. Each Freezer has 1-M Shelf, Each Shelf 1-M Racks...
I trying to make it so that when a Freezer is selected from a listbox, the Shelf combo box is then enabled and allows the user to only select from the shelves available for that freezer.
Please advise, Thanks!