My application reads an Excel file and uses each file row to store rows in
four different MS Access database tables. As it goes it updates the form
with the current number of rows read and processed. After processing the
last file row it simply stops. All of this works correctly.
The problem is, after the last row has been processed, the application
freezes for about 50 seconds. You can't even move the form around on the
screen. It is quite consistent, and after the time has elapsed everything is
back to normal. Any idea what is going on here? The freeze is annoying...
Much obliged.