ammodog6942
Programmer
I have it where a user inserts a record. Then the page gets redirected and passes the newly created PK to the new page as a query string. What I want to do is take that newly created PK and combine it with a list of default records from a table and insert that string into a different table.
Specifically... it is about permits.. the user fills out a permit application and hits insert , it then goes to another page where I am hoping to take the 10+ default inspections for the permit and insert that into an inspections table with the newly created permit id.
Can anyone provide me with some guidance on where to look for a solution. Thank you
I am using VB
Specifically... it is about permits.. the user fills out a permit application and hits insert , it then goes to another page where I am hoping to take the 10+ default inspections for the permit and insert that into an inspections table with the newly created permit id.
Can anyone provide me with some guidance on where to look for a solution. Thank you
I am using VB