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
 
Top