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 derfloh 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. bamauto

    3rd combo does not add data in progressive search

    To PHV, that is awesome it works great, been working on that one for a week. THANKYOU! I'll try to figure out the last one for engine. But feel free to post it, Heh Heh I owe you guys. Thanks SkipVought.
  2. bamauto

    3rd combo does not add data in progressive search

    I did get to the second combobox by the code below, but the third I cannot load, any ideas? this is current code. Imports System.Data.OleDb Public Class Form1 Inherits System.Windows.Forms.Form Dim cn As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader...
  3. bamauto

    3rd combo does not add data in progressive search

    Need some help, I'm using vb2008 oledb connection I have one table in an access database with 4 important fields to find the result of a search through combobox selection. EX. combobox1 query on form load fills combobox1 with YEAR selection from database. VEHICLEDATA database has fields of YEAR...
  4. bamauto

    sql query using oledb in a progressive combobox fill

    Thanks for the reply. No, I'm using vb2008 to build a user application.
  5. bamauto

    sql query using oledb in a progressive combobox fill

    Need some help, I'm using vb2008 oledb connection I have one table in an access database with 4 important fields to find the result of a search through combobox selection. EX. combobox1 query on form load fills combobox1 with YEAR selection from database. VEHICLEDATA database has fields of YEAR...
  6. bamauto

    Progressive select statement to fill combobox

    I'm not sure what type of update event you are talking about. ?UpdateText Could you tell me a little more. Thankyou. This is my initial code for loading the first combobox: Imports System.Data.OleDb Public Class Form1 Inherits System.Windows.Forms.Form Dim cn As OleDbConnection Dim...
  7. bamauto

    Progressive select statement to fill combobox

    Thankyou very much for your input, I will play with this and see what I can do with it. I'm still new at this, I'm used to vb6, so SQL is new. I'll get back to you......
  8. bamauto

    Progressive select statement to fill combobox

    Need some help, I'm using vb2008 oledb connection I have one table in an access database with 4 important fields to find the result of a search through combobox selection. EX. combobox1 query on form load fills combobox1 with YEAR selection from database. VEHICLEDATA database has fields of...

Part and Inventory Search

Back
Top