I have five tables I need to relate, but I cannot figure out the best way to do so.
Table 1 - Customer Info (Acct #, Name, Address, Etc.)
Table 2 - Acct Notes (Acct #, Line #, Line Description)
Table 3 - Collateral Info (Acct #, Line# of Description, Description)
Table 4 - Tracked Item (Acct #, Category, Sub#, Description, Expiration Date, etc.)
Table 5 - Item Notes (Acct #, Line# of Description, Description)
I guess I don't understand enough about relationships. If you relate two tables together, does the next related table feed off the result of the join between the first two tables????
I'm very confused at this point. It seems like no matter how I relate them, I don't get the results I need.
Table 1 - Customer Info (Acct #, Name, Address, Etc.)
Table 2 - Acct Notes (Acct #, Line #, Line Description)
Table 3 - Collateral Info (Acct #, Line# of Description, Description)
Table 4 - Tracked Item (Acct #, Category, Sub#, Description, Expiration Date, etc.)
Table 5 - Item Notes (Acct #, Line# of Description, Description)
I guess I don't understand enough about relationships. If you relate two tables together, does the next related table feed off the result of the join between the first two tables????
I'm very confused at this point. It seems like no matter how I relate them, I don't get the results I need.