On a web accessible form, I want the data (when submitted) to be entered into another database. What is the best method to acccomplish this? I have been using “”
However, when submitted the data stays in the current database.
On a web accessible form, I want the data (when submitted) to be entered into another database. What is the best method to acccomplish this? I have been using “”
However, when submitted the data stays in the current database.
Subject: Submit to another database
Why not just open the form from the other database?
Where did you put the FORM tag? Did you first add /FORM to end the domino generated form? You can’t have a form inside another form and expect it to work.
You also need to have the same form in the other database.
/Peter
Subject: RE: Submit to another database
Peter, thank you for the reminder. Forgot about this important aspect…works now.