Forums

ASP

This topic is locked

[ASP/VBScript] 4 dynamic lists pb

Posted 15 Jul 2005 14:57:11
1
has voted
15 Jul 2005 14:57:11 salah salahuss posted:
Hello everyone,

I have create a BDD Access containing the tables following:
Modulate (MM, FI, HR)
Topic (MM_Gestion Stocks, FI_Achats...)
Teacher (MM _ xx, FI _ yy)
Date of session

For example, I have the module MM which contains several topics as well as organizers and dates of sessions. The whole is dependent in a BDD.

What I wish to do, it is to create a dynamic list of selection so that when I select MM or FI, on a second list it will post only the topics of this module, on the 3rd list it will post the organizers of this topic and on the 4th dates of the sessions to come for this topic.

For this I use Dreamweaver MX 2004, I created the lists, the recording set (rsModules), when I test, i manage to have the contents of the list modulates starting from the BDD, but when I select MM for example, the 2nd list remains always empty, no change, even thing for the 3 and 4.

This is the first time that I use ASP, I would like to know how to use Dreamweaver by using the recordings sets or while acting directly into the source code. Which is the parameter which it is necessary so that the 2nd list is updated according to the choice of the first?

For the list modules, I use "Select DISTINCT modules FROM mybdd" and it goes when I test the request. For the remaining lists, I doubt extremely that I do not use the good request or the good method.

If anyone can help me.

Reply to this topic