% action = request.querystring("action") if action = "Delete" then grp_id = request.querystring("grp_id") qryDel = "delete from groups where grp_id = "& grp_id &"" set rsDel = conn.execute(qryDel) set rsDel = nothing end if %>