Yeah I saw that earlier and fixed it and it still didn't work, but I figured out what did...
For some reason, I wrapped the table names and feild names in [ ] and it worked. Like I said, I had my original exact method on another ASP page with no [ ] and it worked....

I get upset when computers aren't logical...
UPDATE [contactus] SET [name] = 'Wa & Pel', [address] = '21 Chicago Avenue, Suite 305', [city] = 'Riverside', [state] = 'CA', [zip] = '92507', [phone] = '(951) 888-8888', [fax] = '9090909', [email] = 'emailaddress', [memo] = 'This is the memo field that can go next to the contact info' WHERE [ID] = 1