

Select your name from the list below:
<% Do Until objRS.EOF strID = objRS.Fields("ID").Value If Len(strID) < 4 Then strID = Left("000", 3 - Len(strID)) & strID Response.Write "" objRS.MoveNext Loop objRS.Close objConn.Close Set objRS = Nothing Set objConn = Nothing %>