(no subject)
Bug of the day:
While Not RS.EOF
foo = foo + 1
Wend
As with all blindingly obvious bugs, it managed to survive a code walkthrough.
While Not RS.EOF
foo = foo + 1
Wend
As with all blindingly obvious bugs, it managed to survive a code walkthrough.