P
Paul
Every night I run a VBA procedure that executes a series of action queries
to import data from another database into the back end file of an Access
2003 database. While VBA is running the queries, I'm using using the
command Status ("text message") to display messages to inform the
administrator of the progress of the queries. However, I find that those
Status messages are competing for space with the built in "Running Query _ _
_ _ _ _ _ _" progress bar that Acces displays. And my Status messages are
only visible when the "Running Query" progress bar is not displayed. When
it appears, the Status messages are not visible.
Is there any way to rewrite the Status ("text message") to concatenate my
own messages with the built in progress bar?
Thanks in advance,
Paul
to import data from another database into the back end file of an Access
2003 database. While VBA is running the queries, I'm using using the
command Status ("text message") to display messages to inform the
administrator of the progress of the queries. However, I find that those
Status messages are competing for space with the built in "Running Query _ _
_ _ _ _ _ _" progress bar that Acces displays. And my Status messages are
only visible when the "Running Query" progress bar is not displayed. When
it appears, the Status messages are not visible.
Is there any way to rewrite the Status ("text message") to concatenate my
own messages with the built in progress bar?
Thanks in advance,
Paul