R
Red Rider
I created a Main customer form, with a one-to-many subform. Then I
created another subform within the first subform but when I try to
create a relationship, in the relationships window, it says
“Indeterminate.” The main form to first subform work correctly, when
the record changes in the main form, all the records in first subform
change. If I create a new record in Main, the first subform goes
blank, which it should. The problem is with the second subform. If I
create a new record in the first subform I expect the second subform
to go blank but it doesn’t. The second subform only changes when the
Main form changes. I know I am well within the bounds of the first
subform but something isn’t right.
The relationships are:
Main – MainID is Autonumber and set as Primary Key
First Subform – SubID is Number (Primary Key not set)
Second Subform – SubSubID is Number (Primary Key not set)
Any help will be appreciated.
created another subform within the first subform but when I try to
create a relationship, in the relationships window, it says
“Indeterminate.” The main form to first subform work correctly, when
the record changes in the main form, all the records in first subform
change. If I create a new record in Main, the first subform goes
blank, which it should. The problem is with the second subform. If I
create a new record in the first subform I expect the second subform
to go blank but it doesn’t. The second subform only changes when the
Main form changes. I know I am well within the bounds of the first
subform but something isn’t right.
The relationships are:
Main – MainID is Autonumber and set as Primary Key
First Subform – SubID is Number (Primary Key not set)
Second Subform – SubSubID is Number (Primary Key not set)
Any help will be appreciated.