Results 1 to 2 of 2

Thread: Synchronize ADO data control & ACCESS 97

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    1

    Question

    I load a table using SQL then I want to display the contents of the table in a data grid. The problem I am having is that the data control refreshes before the tables are completely updated therefore my grid only displays partial data or no data at all. How do I get the program to wait for the table update to complete before refreshing the control.

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Don't bind the datagrid until the recordset has been created and then bind at run-time. Alternatively, turn off screen painting and use requery.

    Cheers,

    P.
    Not nearly so tired now...

    Haven't been around much so be gentle...

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