Search results for query: *

  • Users: due
  • Content: Threads
  • Order by date
  1. due

    how to use FindByPrimaryKey ?

    hello, how could i move to a position using the table's primary key? Dim Search_ID AsLong Search_ID = Me.lst_Search_Emp_No.Items.Item(Me.lst_Search.SelectedIndex) Me.Ds_emp_loc1.Employees_Locality.FindByEmp_No(Search_ID) 'now what to do? any help?
Back
Top