I am working with an Access2000 data base that has an extremely large update query. This query does not collect information from a form but rather takes over 100 fields from one table and updates them to another table. Is there a way to have a user click on a button or a link on an ASP page to launch this update query? The SQL statement in the Access update query uses SWITCH() and other Access functions so it would not work if I cut and pasted the update query string into ASP.