Hi. Have had much success with obtaining help and am muddled.
I have a form updating a sql db which works fine. After the form updates the db and the connection for that single update is complete before closing, I want to display what the associated recordID for that form is back.
Have a book and see the response.write.
Also see sqldatareader. Do I need to do this when I already have the record opened for insert?
I just want to obtain after the submit button is pressed, what the recordID is for that single updated record.
Please direct me. Seems like this should be easy but obviously its not or its me.
Thanks...
I have a form updating a sql db which works fine. After the form updates the db and the connection for that single update is complete before closing, I want to display what the associated recordID for that form is back.
Have a book and see the response.write.
Also see sqldatareader. Do I need to do this when I already have the record opened for insert?
I just want to obtain after the submit button is pressed, what the recordID is for that single updated record.
Please direct me. Seems like this should be easy but obviously its not or its me.
Thanks...