I am using java server pages and connecting it to a simple access database.
I have a form with about four columns in it. Two of the column are already filled out and the other two need filling out. In the two empty columns there are text boxes which allows users to insert data into. There are about 16 textboxes in total on 8 rows so two text boxes on a row. I want users to fill in all of the text boxes then click submit which will then insert this data into rows into a simple access database. I am able to insert the content of the 1st row (2 textboxes) however the other textboxes are not recognised. Plz help? I have used the getParameter method and simple insert statements. Do i need some sort of loop so that all of the insert statements are read as appose to just one. Im not quite sure how to do this.

Recommended Answers

All 2 Replies

yes you need a loop.

im stuck? plz help...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.