Results 1 to 2 of 2

Thread: ODBC-API-VBA

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    2

    Post

    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?

  2. #2
    Lively Member
    Join Date
    Jul 1999
    Posts
    78

    Post

    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
  •  



Click Here to Expand Forum to Full Width