RE: FN-FORUM access/asp
date posted 13th January 2003 17:22
> sql="INSERT INTO [USERS] (fname, email_address,
> password) VALUES ('"&fname&"', '"&email&"', '"&pwd&"')"
Michael beat me to it, but you can just wrap the password column name in
square brackets if you don't want to change the DB.
Darran.