Search results

  1. E

    [VB.net] Populate textboxes from listview selected items

    Hi All. I have a Form with listview of customer name. e.g. AAA, BBB, CCC, DDD, EEE. etc And 3 textboxes. I want to be able to populate the textboxes when the user selects a customer. For example: If User selects AAA, textbox1.text = AAA, then if User selects CCC, textbox2.text = CCC etc. I...
  2. E

    Joining or combining two tables

    Hi, I spend alot of time trying to work this out but failed so please could someone help. Data: (this table the intday varies depending on the person) Table1 Person | intDay 1 | 22 1 | 23 1 | 24 1 | 25 2 | 14 2 | 15 2 | 16 2 | 17 Table2 (this data is fixed, its like a scale) +day | -day...
  3. E

    Find Missing Number in Sequence per Record

    Hello, I created a table where each Volunteer start from Day 1 to n...(Sequence)for example: Volunteer Day 1 1 1 2 1 3 1 4 2 1 2 2 2 3 3 1 3...
Back
Top Bottom