| You can't declare a variable in asp and have it translate into SQL, it doesn't work. You either have to declare a sql variable and pass it into the ADO object or do string concatenation on the variable to form your sql string.
__________________ ~Ryan |