I had a functioning ASP page. Before my two modifications (see below), I was able to select up to seven names (with additional information selected/entered) and inserted the information into an Access table. Now only one row appears when testing and, as mentioned, seven rows should appear.
This is what I did:
- I added another column (Leave)
- I inserted a response.redirect but commented out two lines of code. Those two lines validate the form if sections are not entered/selected. This too should function without issue.