%dim scrname,fname,rs,sql,lastname,firstname,nameID,organizationID,orgtypename,sqlst,sqlcn,rsst,rscn,rcst,countryID,nationID,aptype,apname,orclawsset rs = server.createobject("adodb.recordset")aptype= request.querystring("aptype")if aptype = "sci" then orclaws = " species"else orclaws = " name"end ifsql = "select * from tblLK_species where speciesID in("&bigseven&") order by " & orclawsrs.open sql, conn%>