G
Guest
I've designed a form to display a progress bar for a process of creating a table.
I can increment the bar for creating the table, adding indicies.
How can i increment another bar to show the records being added by a append query?
I've tried to figure out the maximum count of records for the query using DCOUNT
but even then i'm not sure how to increment the bar as the query runs.
Should I run the recreate the append query within Visual Basic ?
Any help would be appreciated.
Mark
I can increment the bar for creating the table, adding indicies.
How can i increment another bar to show the records being added by a append query?
I've tried to figure out the maximum count of records for the query using DCOUNT
but even then i'm not sure how to increment the bar as the query runs.
Should I run the recreate the append query within Visual Basic ?
Any help would be appreciated.
Mark