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
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.