mesaexplorerbc1
09-22-2006, 10:55 PM
Hey Everyone,
I have a form that when submit is clicked, it stores the form data into an MSSQL DB. There is a column (Application_ID) in the DB that is Auto-Increment and is the Primary Key.
Also, this form sends an email to the customer stating that their information has been received.
What I'd like to do is include the New Record's Application_ID in the email. However, the value is not assigned until the record is saved to the DB. Could someone kindly point me in the right direction to find the new record and pull it's Application_ID so that it can be included within the email?
Thanks all!!
I have a form that when submit is clicked, it stores the form data into an MSSQL DB. There is a column (Application_ID) in the DB that is Auto-Increment and is the Primary Key.
Also, this form sends an email to the customer stating that their information has been received.
What I'd like to do is include the New Record's Application_ID in the email. However, the value is not assigned until the record is saved to the DB. Could someone kindly point me in the right direction to find the new record and pull it's Application_ID so that it can be included within the email?
Thanks all!!