S
SAG
The DoEvents function looks like what I need. I looked
for an example of what I need in Access help and the MS
Knowledge base but could not find anything other than
# of forms open. Please give me a sample of the vba code
I can use to do the following:
do until rs.eof
Code process.........
if escape key pressed then
msgbox "You cancelled this process!"
exit sub
end If
rs.MoveNext
loop
Thanks,
Steve
for an example of what I need in Access help and the MS
Knowledge base but could not find anything other than
# of forms open. Please give me a sample of the vba code
I can use to do the following:
do until rs.eof
Code process.........
if escape key pressed then
msgbox "You cancelled this process!"
exit sub
end If
rs.MoveNext
loop
Thanks,
Steve