>I believe multiple submit buttons only send off the information for the
>form they are a part of. If you have multiple forms, clicking one submit
>button will only get you that form sent off.
But you can have more than one submit button per form. This is useful
when you want something like, one button to add a record and one button
remove a record but both functions operate on the same data. I think
it's this kind of functionality that David is after, and to do it he can
just name the buttons 'Add' and 'Sub' and then check to see which one
got pressed.