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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cab

  1. cab

    Slow opening form with ado and large recordset

    Thanks No its not slow in Access... its about 26000 records. I display one record on the form.. and a Data control to scroll through the records I've set each Text Object to a DataField.. Colin
  2. cab

    Slow opening form with ado and large recordset

    I'm somewhat new to ado and am having a problem opening aform. It takes over a minute to start when I use 'SELECT' to gather all the records... is there a better way. Below is a snippet of the code. Private Sub Form_Load() Dim db As Connection Set db = New Connection db.CursorLocation =...

Part and Inventory Search

Back
Top