Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dt2
  • Order by date
  1. dt2

    Newbie: Multi-select in access97

    To run through the list of selected students, use the ItemsSelected collection of the listbox. Then within the loop (e.g. for each i in me!lstMyListbox.ItemsSelected) you can use the ItemData(i) property to access the Student Primary Key field of each selected student (i.e. have the listbox...

Part and Inventory Search

Back
Top