F
Francis
Ok, i have the following data structure:
business_table:
pk: businessID
business_name
buyerID (links to entity_table)
sellerID (links to entity_Table_1)
entity_table:
pk: entityID
entity_name
buyerID
sellerID
my question is, how do i change the name of entity_Table_1 to
seller_Table in Relationships interface, so i can easily understand and
read the structure.
I think in Relationships you don't change the name of copies or
instances of the same table (used a lot in self joins), you do this in
Query's interface.
Would like some comments upon this (btw thanks Allen for your example
with pedigrees in http://allenbrowne.com/ser-06.html).
Comments and Answers are appreciated thanks.
Francis
(Portugal)
business_table:
pk: businessID
business_name
buyerID (links to entity_table)
sellerID (links to entity_Table_1)
entity_table:
pk: entityID
entity_name
buyerID
sellerID
my question is, how do i change the name of entity_Table_1 to
seller_Table in Relationships interface, so i can easily understand and
read the structure.
I think in Relationships you don't change the name of copies or
instances of the same table (used a lot in self joins), you do this in
Query's interface.
Would like some comments upon this (btw thanks Allen for your example
with pedigrees in http://allenbrowne.com/ser-06.html).
Comments and Answers are appreciated thanks.
Francis
(Portugal)