Search results for query: *

  1. A

    Creating a Data Lookup Program..help!!

    awesome, i got it all working...thanks for all the help.
  2. A

    Creating a Data Lookup Program..help!!

    I almost have it, I updated the code above. I just can't get that Record Found! message box to pop up.
  3. A

    Creating a Data Lookup Program..help!!

    The last pic with the Record Found! msg box.
  4. A

    Creating a Data Lookup Program..help!!

    Ok, cool. I updated my code up above and linked the pics to the database I'm working with and what the final output should look like. What I don't get is how I'm supposed to write the SQL and link it to the db so when you select a color and manufacturer that msg box will pop up and give you...
  5. A

    Creating a Data Lookup Program..help!!

    ahh, thanks a ton..that part works like a charm! Now I just have to figure out how to write that SQL code to give me the output in that pic.
  6. A

    Creating a Data Lookup Program..help!!

    Awesome, thanks for the tip. In that little While statement how would you code it for a blank box? I'm trying to set it up so that it checks to make sure the user selected a value in both ComboBox controls and if not to have the msg box pop up and tell them to select a value.
  7. A

    Creating a Data Lookup Program..help!!

    help!! I'm a VB noob so please bear with me. I'm trying to code a Do While statement that loops through the OleDbDataReader object. Within the Do While statement, I have to build a string composed of the fields returned by the SELECT statement. The fields are as follows: ProductName, Price...
Back
Top