Hi there,
I have created a dynamic set of listboxes. If you choose a genre, it displays the films, if you click on the film it displays the actors. If you click on the actor, you get further info.
This works fine. Now the issue: I am retrieving the textfieldvalue with =[Schauspieler].[Column](3). This is the displays the third column of the query in the listbox Schauspieler.
This also works fine, but unfortunately this is limited to 255 signs. The textfield entry I would like to display is "Memo".
Check out the file for further details.
Thanks in advance.