Autonumber Primary Key

A

Andy Chicas

Hello,

I have another question that hopefully someone can help me
out with.

Our web forms currently consist of two forms.

One takes the user's information and submits it into a
database.

We would like this to go to the next page where the user
could pick a class they want to attend.

The problem is that in order to tie these two together we
need the autonumber generated from the user's information
submission.

Is there a way to get the user's AutoID and display it on
the next page where they could then enter it into another
text box.

The ideal would be that after clicking submit the next
page would already register the user's Registration ID so
that all they have to do is pick a class and click submit.

I hope that makes sense.

Thanks and take care!

Andy
 
A

anonymous

In the code for the first submitted form get the userid
from the table prior to redirecting and either set a
session variable, or in the redirect pass the variable
through the querystring.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top