<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> :: Welcome to VWR :: <% table="Tubes_Test_and_Culture" set rs=server.CreateObject("Adodb.Recordset") rs.open "select distinct(description) as cate,ASTM from vwr where category='Tubes_test_and_culture'",con,2,2 %>
<%while rs.eof=false%> <%rs.movenext%> <%wend%>
Tubes Test & Culture
<%=rs.fields("cate")%>
   
   
   
   
   
   
   
   
   
<%rs.close con.close %>