So I'm having difficulties passing data to another page after submitting form data into my database as a new record. Basically I'm building a purchase order system for staff to enter their purchases into. After creating a new PO (inserting into db) I want to goto a detail page that displays the PO number for the user to see.
Problem is that I am using auto number as the invoice number. So until the data is submitted the Invoice number is unknown. I have created an additional field which upon submittal recieves a GUID but I'm still not sure how to pass that number to my detail page.
Presently I'm using the post method on my main page to send to the detail page.
Kelly Johnson MCP
Central City Concern
Problem is that I am using auto number as the invoice number. So until the data is submitted the Invoice number is unknown. I have created an additional field which upon submittal recieves a GUID but I'm still not sure how to pass that number to my detail page.
Presently I'm using the post method on my main page to send to the detail page.
Kelly Johnson MCP
Central City Concern