Form Elements into an Array
Hi
I have a form with two Text elements: Name & Title. This info will be sent to an Access database.
The user may need to enter more then one Name/Title, but can only add them one at a time. Rather then submitting each entry to the database individually, my thinking is to put them into an array, until the user has finished entering names...
I'm not sure how to get the form values into the array, and also because I don't know how many Name/Title entries the user could be entering, I'm not sure how to add new indexes to an array.
Any suggestions would be great.
Thanks
Terry
|