Scrolling text box

T

TC

me![txtStatus] = "got here!" & vbcrlf & me![txtStatus]
....
me![txtStatus] = "got HERE !!" & vbcrlf & me![txtStatus]
....

HTH,
TC
 
S

Sandy H

I have an function in my access 97 database that imports
data from lotus notes. All works well but I'm wondering if
anyone knows how I can create a scrolling status box. My
status box is a text field where a line of text is written
for every imported record and basically, I just want the
scroller to move down so the user can see the text as it
is generated.

Thanks in advance
Sandy
 

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

Top