This set entered on 5-17-14.
5.7.14.1
TABLE OCCURRENCES (TOs), which are just GRAPHICAL REPRESENTATIONS OF THE UNDERLYING TABLE.
make NEW OCCURRENCES of a TABLE WITHOUT DUPLICATING IT (and ALL its data).
you’ll need to graph the same table multiple times so you can keep everything straight. You CANNOT think of a TO as a TABLE.
allow you to connect with a direct line LAYOUTS ( TOs) that may be on opposite ends of the RELATIONSHIP GRAPH and connected only through several other tables.
It means you DON’T know which LINE ITEM is actually billing for a particular expense. In other words, when you look at a LINE ITEM, YOU CANNOT TELL WHAT EXPENSE IT IS BILLING FOR.
these two things are connected.
CRATE A WHOLE NEW RELATIONSHIP, one that DIRECTLY connects EXPENSES and LINE ITEMS. This new RELATIONSHIP lets you use GTRR commands to toggle between EXPENSES and INVOICES (Line Items? 6-3-14), for example.
ONE TO ONE. It is UNUSUAL NOT only because it is a ONE TO ONE, but also because it connects TWO COMPLETELY DIFFERENT TYPES OF DATA.
have a relationship between EXPENSES and LINE ITEMS and another between EXPENSES–>JOBS–>INVOICES–>LINE ITEMS. FileMaker CANNOT deal with that kind of set up, which is why you create a new TO to represent the relationship.
because an EXPENSE is billed only ONCE, and a LINE ITEM bills ONLY for ONE EXPENSE.
a. A new PRIMARY KEY to hook the two tables together
b. A NEW TO to represent the new relationship in your RELATIONSHIP GRAPH
c. New FIELDS on one of your layouts (The EXPENSES layout, in this case), to use the newly related data.