Can someone point me in the direction of a resource to learn how to submit
multiple forms on a single page through a single submit button. The request is
futher complicated in that submission calls the 'insert record' DMX server
behaviour. I work with ASP VBScript pages. the application is essentially a
'timesheet' with several catagories of time to be entered. Each type of time
has a set of hidden inputs, which have different values than other time types.
Each timetype with an entry inserts as a new record in an Access table, with
the hidden fields populating the remaining fields in the table. Goal is to have
a very simple interface to achieve a very complicated result - sound familiar?
Thanks in advance.