Nag, nag, nag... (just kidding).

There seems to be a missing end paren somewhere - I get error expected ')' (though I sure don't see it). But you're right that it's not right the way I had it. I just displayed a blank screen again.

I have conn.Close where it is because I bail out next instruction. If I have Finally, how do I know if I'm there and things are good or bad? I usually only have Finally's at the end of my sub, not in the middle...("bad programmer!" you are probably going to say...)