<% strName = Request.Form("cboName") session("EditYear") = strName if Request.Form <> "" then Response.Redirect "EditYear2.asp" 'Response.Write session("EditName") end if %> <% if strWarningErrMsg <> "" then %> <% end if %>
EDIT VEHICLE YEAR - STEP 1
Error(s):<%= strwarningErrMsg %>


Select the vehicle Year below that you would like to edit and click the next button.
<% ' Be sure the database is located in your main cgi-bin. If not, modify as needed. Set RS=Server.CreateObject("ADODB.RecordSet") Query = "SELECT * FROM CDYear ORDER BY CDYearName" RS.Open Query, objADO IF (RS.EOF) THEN %> There are no Years to edit!

<% Else %>

   

<% End If %>