H
Helge V. Larsen
I am developing an Access application where I am controlling a lot of
activity from VBA.
I would like to present a 'window' or form to the user that shows the
progress.
That is, I would like to be able to open a 'window', show some text, and (as
time goes by)
write some more lines at the bottom of the 'window'.
I would prefer not to have to let VBA send the text to a database table that
is referenced by the 'window',
but instead have VBA put the text directly into the 'window'.
How can I do this ?
activity from VBA.
I would like to present a 'window' or form to the user that shows the
progress.
That is, I would like to be able to open a 'window', show some text, and (as
time goes by)
write some more lines at the bottom of the 'window'.
I would prefer not to have to let VBA send the text to a database table that
is referenced by the 'window',
but instead have VBA put the text directly into the 'window'.
How can I do this ?