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