>I have a main form (A) that has a subform (B) that has a subform (C)
>
[quoted text clipped - 4 lines]
> subform (B) and subform (C) but it will only allow a one to one
> relationship.
The key should NOT be the primary key in subform (C), although it should be
a non-exclusive index.
Example: CustID is primary key in main table, but it's only one index of
Orders table since one customer may have multiple orders.
Tom Lake