D
David O'Regan
Guest
Hi, The PARENT-ID-RELATION (as opposed to RELATION-FIELDS) option should give you the ability to relate parent/child tables without matching key field pairs. This is done by storing the RECID of the parent table within the child table and using that as the PARENT-ID-RELATION. (As a side note i'm a little unsure of why this method of linking tables requires the use of RECID (as opposed to ROWID). I was under the impression RECID was a deprecated feature super ceded by ROWID. Am I mistaken?) Does this help? Best Regards, David
Continue reading...
Continue reading...