Jeff
|
| Posted: 05/24/2004, 7:58 AM |
|
I have a Form, the form has 2 Pages, Page one is info, Page 2 is Detail, i need to bring the primary key over to the next page, But the primary key is assigned into the database as soon as the person hit submit to go to page 2, how can this be done, ???????
PLEASE HELP,
Using ASP, w/ MS access,
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 05/24/2004, 6:31 PM |
|
Please refer to the "Multi-Step User Registration" example in CCS Example Pack (also live at http://examples.codecharge.com/ExamplePack/MultiStepReg...gistration1.php)
Once the record is submitted, the primary key is forwarded to the 2nd page.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|