I'm trying to set up a master/detail relationship with two TOracleDataset components. I keep getting a "Variable Not Defined" error (with the name of the master or detail field) and can't seem to get it to work. I've verified all the items in the help file to no avail. My two tables (for testing) are A(KEY NUMBER(3), VALUE VARCHAR2(10)) and B(KEY NUMBER(3), A NUMBER(3), VALUE VARCHAR2(10)). There is a proper PK/FK relationship across A(KEY) and B(A). How do I set this up to make it work correctly?