Search results for query: *

  1. P

    Question Filtering Data source code problem

    Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged MessageBox.Show("Select Item ID - " & ComboBox1.Text) Dim lst Dim rs = New ADODB.Recordset ListView1.Items.Clear()...
  2. P

    Question Filtering Data source code problem

    i change it to t.itemID and for that particular part and it still cant work
  3. P

    Question Filtering Data source code problem

    erm i tried to change the coding to t.itemID but still it doesn work
  4. P

    Question Filtering Data source code problem

    any suggestion i can change the code to? coz i tried changing but its also doesn seem to work
  5. P

    Question Filtering Data source code problem

    do u mean Warehouse ItemID , coz the Warehouse Item ID and Inventory Item ID shares a primary key in the database
  6. P

    Question Filtering Data source code problem

    erm my supervisor does not teach me coding just access my work . sadly to say i learn everything through youtube ... when i started this work i have totally no coding background at all , anyway thanks , i will try to solve it on my own
  7. P

    Question Filtering Data source code problem

    i know it saddens me as well , in actual fact its sadden me alot . anyway i am thinking to use a bindingsource but it will affect the other parts of my programming of my ListView , is there any other way i can do it without changing my ListView or using the same connection? ? ( p.s my Supervisor...
  8. P

    Question Filtering Data source code problem

    Hi , i am currently designing a Inventory Management System for my school Project , the add data edit data and delete data part of the software works for me but i am kinda stuck at the filtering data part and it does not seem to work at all . This is my source Code Sub combobox_itemID()...
Back
Top