This may sound confusing, however, I will try to make it as clear as possible.
I am creating an inventory database system. I have an inventory table made with all of the information we need about each part, including the "type" that it falls under. (the type being "inventory type") There are roughly 9 different "types" that we buy. To make things easier for the user I would like to have a form where the user can select the "type" of inventory by a combobox where then a subform filters and only shows the inventory falling under that category. I would then like them to be able to type in a search bar to search within those filtered results. There is a LOT of inventory so this will make tracking down a part easier for them.
Also, I would like to make it so that if there is nothing in the combo box it simply just shows ALL inventory. The user should be able to still search through the inventory unfiltered by the type.
I have seen many forums on how to do these two things separately, however, is there any way at all to do them both within the same subform??
I know how to set up a working search bar and how to set up a working combo box filter, however, I do not know where to start on how to make both of these things happen within the same subform.
Anything is appreciated. Thanks so much!!
Abby
I am creating an inventory database system. I have an inventory table made with all of the information we need about each part, including the "type" that it falls under. (the type being "inventory type") There are roughly 9 different "types" that we buy. To make things easier for the user I would like to have a form where the user can select the "type" of inventory by a combobox where then a subform filters and only shows the inventory falling under that category. I would then like them to be able to type in a search bar to search within those filtered results. There is a LOT of inventory so this will make tracking down a part easier for them.
Also, I would like to make it so that if there is nothing in the combo box it simply just shows ALL inventory. The user should be able to still search through the inventory unfiltered by the type.
I have seen many forums on how to do these two things separately, however, is there any way at all to do them both within the same subform??
I know how to set up a working search bar and how to set up a working combo box filter, however, I do not know where to start on how to make both of these things happen within the same subform.
Anything is appreciated. Thanks so much!!
Abby