R5 - Linking one doc to another
R5 - Linking one doc to another
(OP)
I have the same fields on 2 separate forms. The data on frmOne is entered first and what I would like, based on fld1 have the other fields that are the same to be populated too. Is this a possibility?
A little background, I'm used to a relational database (Oracle DB, Access, etc.).
A little background, I'm used to a relational database (Oracle DB, Access, etc.).
RE: R5 - Linking one doc to another
It is important to view the matter in this way since it is the document that needs to know how to find the other document to fill in the fields.
So, in the form, you need to implement something that records a unique ID which the document can use to target the other document and fill in the fields.
Once you have that, you can use LotusScript to retrieve the target document and do what you need with it.
Am I clear enough ?
Pascal.
RE: R5 - Linking one doc to another