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 bkrike 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: CptnMike
  • Content: Threads
  • Order by date
  1. CptnMike

    SQL variables

    I have looked and tried everything I could find in the books, but I can't find any way to pass a VB6 variable to a SQL statement. I'm getting a lot of syntax errors. Example: "SELECT Name, Address FROM Customers WHERE PhoneNum =" "'"Text1.Text"'"" I'm hoping to fill some other Textboxes on...
  2. CptnMike

    Clearing DBList

    I can populate the DBList box, but how do you clear it for use with another list?
  3. CptnMike

    VB6 won't open Access 2000 Databases

    I have VB6, and am working on a business program where I need to use databases. I also have Access 2000 which I am trying to use. Why is it when I build a database in Access 2000, my VB6 refuses to open it? The Data Manager gives me an "Unrecognized Format" error.
  4. CptnMike

    adding the values of all of one field in a table

    Sorry to bother, but I'm a beginner in programming, and I can not find how to add all records of a single field to form a total, and display it in a text box. Example: record1.myfield + record2.myfield + record3.myfield etc. Thanks Mike

Part and Inventory Search

Back
Top