|
-
Feb 17th, 2000, 05:37 PM
#1
Thread Starter
New Member
I have connected an Access DB to a VBA-Form
with the API and an ODBC. It works but very slow. Every time that I execute the form the
access is slower than the last one.
What is wrong in my code? -Time out, closing.
Please, Could you help me?
-
Feb 18th, 2000, 05:17 AM
#2
Lively Member
How big are the tables (bound to the form) that you're accessing?
Access pulls the entire table into VB environment prior to using it.
Your best bet would be to limit the recordset that you initially import. This should speed things dramatically.
Could you show a code sample?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|