Hi,
I have a listbox in a pop-up form named PartStockList. This listbox shows Parts that is in low quantity (below minimum quantity). I have set the listbox MultiSelect as Simple (allows user to multi select the listbox values).
Now the question is how do I get the selected values/records/whatever it is, so that I can make a query to automatically
add the selected into a table called TblOrder?Do I need to create new table to store the values selected?
Thank you for help!
I have a listbox in a pop-up form named PartStockList. This listbox shows Parts that is in low quantity (below minimum quantity). I have set the listbox MultiSelect as Simple (allows user to multi select the listbox values).
Now the question is how do I get the selected values/records/whatever it is, so that I can make a query to automatically
add the selected into a table called TblOrder?Do I need to create new table to store the values selected?
Thank you for help!