% action = request.querystring("action") if action = "Delete" then band_id = request("band_id") qryDel = "delete from bands where band_id = "& band_id &"" set rsDel = conn.execute(qryDel) set rsDel = nothing reponse.redirect "bands.asp" end if %>