jeffcullina
Programmer
I would like to add a new record to a database and then on submit, go directly to the edit page - which accepts a parameter in the address line to determine which record to edit. I have set up the new record page to post to the database without any trouble. The question is, what do I put in the "URL of confimation page" field. I would like to put the name of the page followed by the values just entered (OrderNumber). I tried the following, but FP does not recognize the argument as a parameter as it does when building a results query:
ModsEdit.asp?OrderNumber=::OrderNumber::
I realize I can set up a dummy page to get the value and pass it to the edit page, but I would like to skip that step if possible.
ModsEdit.asp?OrderNumber=::OrderNumber::
I realize I can set up a dummy page to get the value and pass it to the edit page, but I would like to skip that step if possible.