At this case,one documents on one database is general item such as comany name and another document on another database is tipical item such as data on tipical section. But user want update both documets at one time.
I think it is very difficult.
Any one have a best solution?
Subject: I want update two documents on two database at sametime.
It wouldn’t be difficult when you use LS for it.
At the querysave function of the first document write some code to do the update on the other document. And it really does not matter where that second document is located. You can address another db in LS.
Subject: RE: I want update two documents on two database at sametime.
Thnx Rob.I understood your solution well. I make a temporary input field. And, I update another document from there by the querysave function.
Thankyou!