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

    Count how many in Recordset

    hi - i'm opening up an access db and want to have a count of all the records in the recordset, here's part of my code getting that recordset: sql = "SELECT * from Job" Set fEmpRS = fEmpDB.OpenRecordset(sql) is there a set way of knowing how many are in a recordset? thanks!
  2. glipuma

    VB with Acess DB

    Hi - I have a couple of questions.. any response is appreciated! First, I am accessing an Access 97 database with VB 6.0. I should first tell you that I;m currently running Access 2000 but since there was too big an issue making it work with VB 6.0 in Access 2000, I'm pressed for time so I'm...
  3. glipuma

    glipuma

    Hi - Is there a way to access an Access 2000 database with VB 6.0? I keep getting the error, unrecognized database format.. thanks!
  4. glipuma

    Access 2000 with VB 6.0

    Hi - I'm trying to access an Access 2000 db through VB 6.0. I keep getting the error "Unrecognized database format". Any ideas how to fix this? Thanks!

Part and Inventory Search

Back
Top