Get record (uniqueid ) from database

B

Bill Schroyer

Pass the ID in a link as a parameter or a hidden field.

http://support.microsoft.com/default.aspx?kbid=310641
http://support.microsoft.com/default.aspx?scid=kb;en-
us;825546


Bill Schroyer
[email protected]
http://www.frontpagewiz.com
-----Original Message-----
I am doing a two form survey, the first form i collect
the client information and update a client info. table
(SQL server 2000). The clientID is system generated by the
database. Next when i update the the second survey
questions form, i am wondering how to access the uniquely
generated clientid from the client table and update the
survey response table along with the clientid. is there
any easy way to do this please let me know.
 
Top