Sebsboutique
New member
- Local time
- Today, 21:39
- Joined
- Jun 27, 2022
- Messages
- 7
Hello everyone, this is my first post...
First up, sorry if this seems like a silly question, but i am trying to filter an unbound ListBox of inventory based on a query running on a table called [Inventory]. The list box is already filtered by an unbound combo box to filter the list by a modification reference associated with the parts in stock (parts are sent to us assigned to a kit/modification). This ComboBox lists the mod references in a field in the [Inventory] table and you can select the stock allocated to that MOD.
I am trying to add a CheckBox to hide or show items that are in "0" stock. I originally had the query that populates the ListBox have >0 as the criteria. This was great and worked, but i need the stock line to be available to put items back into stock if not used by my teams. Best way i can describe it would be that i need a toggle to switch on the "0" stock, or hide it again. The stock level is held in the [Inventory] table in a field called [Inv_Qty] and we will call the query [MOD_Ref]. The ListBox is named [SearchResults].
I hope this makes sense... I have had a good old search around for some info on this, but it is quite possible i have missed something somewhere.
Any help would be greatly appreciated.
Many thanks,
Seb :0)
First up, sorry if this seems like a silly question, but i am trying to filter an unbound ListBox of inventory based on a query running on a table called [Inventory]. The list box is already filtered by an unbound combo box to filter the list by a modification reference associated with the parts in stock (parts are sent to us assigned to a kit/modification). This ComboBox lists the mod references in a field in the [Inventory] table and you can select the stock allocated to that MOD.
I am trying to add a CheckBox to hide or show items that are in "0" stock. I originally had the query that populates the ListBox have >0 as the criteria. This was great and worked, but i need the stock line to be available to put items back into stock if not used by my teams. Best way i can describe it would be that i need a toggle to switch on the "0" stock, or hide it again. The stock level is held in the [Inventory] table in a field called [Inv_Qty] and we will call the query [MOD_Ref]. The ListBox is named [SearchResults].
I hope this makes sense... I have had a good old search around for some info on this, but it is quite possible i have missed something somewhere.
Any help would be greatly appreciated.
Many thanks,
Seb :0)