G
Gogs
I'm having dificulty getting 3 linked subforms to operate correctly. I
have a main form with an artist look up combo in the form header. On
that form I have a subform#1 that is a list of the music titles
(fldMusicID) by the artist (fldVocalistID) selected in the combo.
Subform#2 then details all the discs which contain a recording of the
music title selected in subform#1. I setup subform#1 as a child to the
main form via the fldVocalistID.
I then added a hidden textbox named MyLinkTextbox1 to the main form,
set the LinkMaster property of subform#2 to [MyLinkTextBox1] and the
LinkChild property to
fldMusicID.
This all works fine, with the records moving in sync. The problem
comes when I try to add subform#3, in which I want to show all the
track titles for the disc selected in subform#2.
I tried the same approach as for subform2. I have a hidden textbox
([MyLinkTextBox2]) on the main form,and have set the LinkMaster
property of subform#3 to [MyLinkTextBox2] and the LinkChild property
to fldDiscID. But this doesn't work.
I am running Access 2007 - is it possible to have 3 linked subforms?
Thanks for any help.
Gordon
have a main form with an artist look up combo in the form header. On
that form I have a subform#1 that is a list of the music titles
(fldMusicID) by the artist (fldVocalistID) selected in the combo.
Subform#2 then details all the discs which contain a recording of the
music title selected in subform#1. I setup subform#1 as a child to the
main form via the fldVocalistID.
I then added a hidden textbox named MyLinkTextbox1 to the main form,
set the LinkMaster property of subform#2 to [MyLinkTextBox1] and the
LinkChild property to
fldMusicID.
This all works fine, with the records moving in sync. The problem
comes when I try to add subform#3, in which I want to show all the
track titles for the disc selected in subform#2.
I tried the same approach as for subform2. I have a hidden textbox
([MyLinkTextBox2]) on the main form,and have set the LinkMaster
property of subform#3 to [MyLinkTextBox2] and the LinkChild property
to fldDiscID. But this doesn't work.
I am running Access 2007 - is it possible to have 3 linked subforms?
Thanks for any help.
Gordon