hi, i have a form that will update a database. it's basically a form of parts. the field i want to update in the database is called Quantity. i have around 10 items on my form, and for each item there is a text box called Quantity. When i view the form in internet explorer, and add enter numbers in the quantity box and hit submit, i get an error saying Access Driver Error Duplicate output destination. any ideas on how to do this correctly. all i want to do is put whatever i enter into the text boxes into the quantity field of the database, based on the productID.. thanks in advance.