B
bdp
I have a scheme that looks like:
Form (level 1), which has
Tab controls (level 2), on which are
Subforms (level 3), one of which opens another
Form (level 4), which carries
Tab controls (level 5), on which are
Subforms (level 6), one of which
opens another
Form (level 7)
- only it doesn't! Double-clicking on the record selector of a subform is
intended to open the form "below" it (in the representation above). Down to
level 3, it works fine; a double-click in the level 3 subform opens the level
4 form just as I want, so I replicated the code from levels 1, 2 and 3 to
levels 4, 5 and 6 (with the obvious adjustments for different field names),
and prepared to rejoice. It was not to be.
A single-click on the record selector at level 6 produces the message
"The changes you requested to the table were not successful because they
would create duplicate values in the index, primary key, or relationship.
Change the data in the field or fields that contain duplicate data, remove
the index, or redefine the index to permit duplicate entries and try again."
I can't get to level 7. Is this an inherent limitation of Access, or have I
done something improper along the way (and, since I can't see what it is, has
anybody any experience that could point me in the right direction?)
Brian.
Form (level 1), which has
Tab controls (level 2), on which are
Subforms (level 3), one of which opens another
Form (level 4), which carries
Tab controls (level 5), on which are
Subforms (level 6), one of which
opens another
Form (level 7)
- only it doesn't! Double-clicking on the record selector of a subform is
intended to open the form "below" it (in the representation above). Down to
level 3, it works fine; a double-click in the level 3 subform opens the level
4 form just as I want, so I replicated the code from levels 1, 2 and 3 to
levels 4, 5 and 6 (with the obvious adjustments for different field names),
and prepared to rejoice. It was not to be.
A single-click on the record selector at level 6 produces the message
"The changes you requested to the table were not successful because they
would create duplicate values in the index, primary key, or relationship.
Change the data in the field or fields that contain duplicate data, remove
the index, or redefine the index to permit duplicate entries and try again."
I can't get to level 7. Is this an inherent limitation of Access, or have I
done something improper along the way (and, since I can't see what it is, has
anybody any experience that could point me in the right direction?)
Brian.