I have a form with an insert record behavior attached to it. On 'submit' the user is sent to a second page that shows (reviews) the info that the user entered on page one. So far so good. However, when the insert record behavior is run, and the record is created, the database auto-increments a unique key field called ID.
How do I retrieve the ID field from the database and display it on page two as the insert record behavior is being carried out. I use ColdFusion.
Thanks in advance! Peace
BT
How do I retrieve the ID field from the database and display it on page two as the insert record behavior is being carried out. I use ColdFusion.
Thanks in advance! Peace
BT