I need to present several levels of data in a form, but am having trouble when I exceed two levels.
I have made a rude example, which can be found here: http://www.vinther-jensen.dk/access/several_levels.mdb
In the form 'frmListe simpel' there is an example of how I wish to be able to choose a given value in a list box, which then defines the data presented in the sub form. This work fine.
The problem is when I try to add a third level. In the form 'frmListe kompleks' I have begun work on this.
My first problem is that I cannot get the content in the list box to follow the selection at 'master' level.
I am thinking that using a query might be the way to go, but I am uncertain of how to set it up.
The next problem is that the sub form must still work as in 'frmListe simpel'.
/Søren
I have made a rude example, which can be found here: http://www.vinther-jensen.dk/access/several_levels.mdb
In the form 'frmListe simpel' there is an example of how I wish to be able to choose a given value in a list box, which then defines the data presented in the sub form. This work fine.
The problem is when I try to add a third level. In the form 'frmListe kompleks' I have begun work on this.
My first problem is that I cannot get the content in the list box to follow the selection at 'master' level.
I am thinking that using a query might be the way to go, but I am uncertain of how to set it up.
The next problem is that the sub form must still work as in 'frmListe simpel'.
/Søren