Thanks again Carefree Everything seems to be working fine except exporting to txt file. I get this error:
Scripting.FileSystemObject error '80040401' Permission Denied /Details.asp, line 911
Sorry, I never saw the error message post. Look on line 909, a text file is created (which I placed on the root directory of c:). If your site is hosted elsewhere, that file address will have to change. Simply strip off the c:\ to leave it as MbrList.txt and it should function fine.<
99% probability, yes. About the only thing you can do to guarantee write access (without setting up a new folder and getting the host to grant write access to that folder) is to change the path to match that of your forum DB - but you cannot use "strConnString" as a variable, it'll have to be hard-coded.<