Import action

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.
Is it possible to capture the end of a "docmd.transferdatabase import ...."
action?

Thanks.

Luis
 
Hi,
when next statement after docmd.transferdatabase will be executed - this
means that import finished
 
Ok, but my problem is another.
I have a bd that imports a table from another database and this action may
take a while. I have a form with a rectangle object that works as a progress
bar.
What i'd like is that while the import action is running, this form stays
opened and executing the vba code on it.
When the import action stops, the form will close.
 
Hi,
Sorry, but not sure you can do this, all code will stop until import
finishes
Actually Access updates its own progress meter in status bar,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top