So far Im able to pull the values and display them with a for loop
I put in a select statement at the top so it reloads the page and runs a different function with the selected values.
Dim Test
set Test = Request("lstUnitNums")
For a = 1 to Test.Count
Response.Write("The Unit "...
Ok, I have a form with three buttons Add unit #, Remove unit #and then update unit #.
The user types the unit number in and adds it to the select option list.
User can delete or remove the number if need be.
At the end of it all, the form will be checking to see if the unit number exist in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.