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 Chriss Miller 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: hafa2000
  • Content: Threads
  • Order by date
  1. hafa2000

    DLookup for 2 tables

    Hi, Hoping to get some assistance here. I have a DLookup code below that works fine for retrieving information, "CENTRE" from a table called "CodeLook", Private Sub SpecNo_AfterUpdate() On Error GoTo Err_SpecNo_AfterUpdate Dim strFilter As String Dim strFilter1 As String Dim FoundConsigneeID...
  2. hafa2000

    SQL INNER JOIN

    Hi, I have a form with 3 unbound text boxes: txtJob txtSpec txtConsignorName The form allows a user to search on one or more Job number or Spec number. The user can enter the numbers in the txtJob field or txtSpec field to search for Job numbers or Spec numbers which begin with those numbers...
  3. hafa2000

    Tab Control and Datagrid

    Hello, I'm new to VB.NET (coming from Microsoft Access), so any help here is greatly appreciated! I have a simple vb.net project with a form, dbSource, DataSet, BindingSource and TableAdapter. Project uses a Microsoft Access db with a 4 tables; tblJobs with a 1:M relationship with tblDelivery...

Part and Inventory Search

Back
Top