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 strongm 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: *

  1. AnotherRookie

    MS Access: ListView ItemClick

    Okay, using the following I manage to read the row's subitems. But, Trying to write to the first subitem gives me and error. Private Sub ListView4_DblClick() Dim ObjList As ListView Dim objItem As ListItem Set ObjList = Me.ListView4.Object Set objItem = ObjList.ListItems.Add()...
  2. AnotherRookie

    MS Access: ListView ItemClick

    No, I created a form, and in this form I have a ComboBox (Product list) and ListView (List of workstations and sections) with three columns. The product selection in the Combobox fills the listview with values of workstations and sections. The user then needs selects a number of these rows and...
  3. AnotherRookie

    MS Access: ListView ItemClick

    Guys, I need some help as I am a real rookie in MS Access programming and is currently struggling with a ListView issue. I am populating the listview from a table and want to create the functionality to click or double click on a row upon which it then opens a dialog box in which I enter a...

Part and Inventory Search

Back
Top