J
Jonathan
Hi,
I am probably not thinking laterally, but here goes.......
I am writing a program that starts with 1 asp page to input call details,
when the user clicks next I want the details to save to a database table pass
the UID to a new asp page so that the user can then add linked information.
I know how to link data that already exsists in a database but don't know
how to do it from an initial input page where a record does not existing yet
in the db - does that make sense?
e.g. the user creates a UID in form 1 to write to table 1 in the db, when
the users click next the data in the form writes to table1 in the db but
passes the UID to form 2 which writes to table 2 in the db and so
on....................... each time passing the previous pages UID (from the
original form 1) to the next.
I can't think of a clearer way of putting it, any help will be greatly
appreciated!
Tia
Jonathan
I am probably not thinking laterally, but here goes.......
I am writing a program that starts with 1 asp page to input call details,
when the user clicks next I want the details to save to a database table pass
the UID to a new asp page so that the user can then add linked information.
I know how to link data that already exsists in a database but don't know
how to do it from an initial input page where a record does not existing yet
in the db - does that make sense?
e.g. the user creates a UID in form 1 to write to table 1 in the db, when
the users click next the data in the form writes to table1 in the db but
passes the UID to form 2 which writes to table 2 in the db and so
on....................... each time passing the previous pages UID (from the
original form 1) to the next.
I can't think of a clearer way of putting it, any help will be greatly
appreciated!
Tia
Jonathan