G
Guest
Hi there!
My users will be appending a lot of records to a table and this can take
some time. I would like to figure out how I can have a label which shows
"You are at Record XX" so that at least they know something is happening.
I've tried the following on the click event of the button which launches the
query:
Do Until rst.EOF
strRecCount = "Record ID: " & rst.RecordCount
lblRecCount.Caption = strRecCount
Loop
It really doesn't do anything.
Thanks for any and all help!
My users will be appending a lot of records to a table and this can take
some time. I would like to figure out how I can have a label which shows
"You are at Record XX" so that at least they know something is happening.
I've tried the following on the click event of the button which launches the
query:
Do Until rst.EOF
strRecCount = "Record ID: " & rst.RecordCount
lblRecCount.Caption = strRecCount
Loop
It really doesn't do anything.
Thanks for any and all help!