Listbox in Ms access
问题 I can store records in the DB by using combobox with the following code. Here single part number is selected and partnumber related data is stored in the DB table. But I want the code for Listbox...When I select multiple partnumbers ..how can I store in the DB table? Case "Pn ADDED to Wrapper", _ "Pn REMOVED from Wrapper" If Me!PartNumber <> "All" And Me!PartNumber <> "Select" Then ' a proper part number has been selected in combo box strNewSq5 = _ "INSERT INTO tblTmpEventLog (TrackingNumber