This topic is locked

Multiple Dates

6/7/2009 2:54:06 PM
ASPRunnerPro General questions
C
crisstyd author

I have searched the Forum for hours and cannot find an answer. It is possible this cannot be done.
My question:
I want the user to register for multiple dates. When they log in they will see:
User ID

User Name

Select date 1

Select date 2

etc....
How can I pass this information into another table that will enter each date as a seperate row? Basically, I want to be able to search the field DATE and pull all the records of all users who sign up for a specific date.

J
Jane 6/8/2009

Hi,
use AfterSuccessfulRegistration event on theEvents tab for this purpose.

Check Insert a records into another table sample action.