
Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Hello.
> Is it possible to capture the end of a "docmd.transferdatabase import
[quoted text clipped - 4 lines]
>
> Luis
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,
> when next statement after docmd.transferdatabase will be executed - this
[quoted text clipped - 8 lines]
> >
> > Luis
Alex Dybenko - 27 Jan 2006 16:13 GMT
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,

Signature
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com
> Ok, but my problem is another.
> I have a bd that imports a table from another database and this action may
[quoted text clipped - 17 lines]
>> >
>> > Luis