R
Rick
I have a form that is using a web service to insert the form data into a
database. The inserted record has an auto-increment primary key value. After
the insert is performed I want to re-query the database using the primary key
of the record created during the submit process.
How do I get the primary key back to the form after submitting the form?
database. The inserted record has an auto-increment primary key value. After
the insert is performed I want to re-query the database using the primary key
of the record created during the submit process.
How do I get the primary key back to the form after submitting the form?