Thanks for the help ... it looks like it was the RecordSet options "adOpenDynamic" and "adLockOptimistic" causing the problems, so I just took them out.
Also noted several other problems with my code -- I need to be a little bit more meticulous:
I had a percent sign in the "Response.Write("<table width = 95%>") which caused the end of the
VB Script.
Moved the Response.Writes down to the next line
Missing end quote marks at the end of each Response.Write ("<td> " & ... & "</td>)
Updated MS Jet 4.0 SP8, just in case ;)
Now my code is working -- just gotta pretty up the HTML code.
Again, thanks for the help, UNCLE ... I was pulling out what little hair I have left.