<html>
<head>
<title>Select category to change</title>
</head>
<body bgcolor='"#FFFFFF"' text='"#000000"'>
<p>Please select which category you wish to modify.<hr /></p>
</body>
</html>
<% Dim rst
Set rst = Server.CreateObject("ADODB.Recordset")
rst.Open "Categories", "DSN=NorthWindDSN" %>
<form name='"frmFind"' method='"get"' action='"amend_change.asp"'>
<select name='"ProdCats"' size='"1"'>
<% DO WHILE NOT rst.EOF
Response.Write "
Click Next for amend-change.asp








