January 16, 200124 yr Newbies Hello, I'm trying to set up a web form that ask multiple questions but I want those questions to go into one field. Such as question1, question2, and question3 all have their individual text boxes on the web page and when the person submits the form I want the questions and their responses to go into one field in the database called questions. Is this possible and if so how could I do it? Thanks, -mjs315
January 16, 200124 yr One possible approach: In your db, individual fields. Then a calculation field to concatenate those fields. You can then reference that field through your browser if you so need. Peace Keith M. Davie
January 16, 200124 yr Just has several <input> text boxes in your web form. When submitted they'll be added together with a line break between.
Create an account or sign in to comment