I see two problems.
First you need quotes around your date and string values.
for example:
Code:
AND Title = '" & request.Form("ProgTitle") & "' AND...
Secondly, the first
AND should be a
WHERE.
It's always helpful when debugging SQL statements to include a
Code:
Response.Write SQLUpdate
statement before the execute. This will help you more easily see the syntax errors.
Bruce Luckcuck
Director, Applications & Support Services
Wiley Publishing, Inc.