mas7357
Posts: 29
|
| Posted: 10/13/2006, 3:27 AM |
|
Another (probably stupid question) from a novice CCS user:-
I have two listboxes in a form and want to link them so that the selection in the parent listbox drives the content of the second- nothing special then.......
. I want to use the methodology shown in
http://support.yessoftware.com/kb_article.asp?article_id=61
i.e. send the value of the parent listbox as a URL parameter to the second. Unfortunately I want to use the value of the parent listbox , first to lookup a couple of values from a table, and then include these in the input parameters of the second listbox selection.
I have tried to include a Dlookup function in the "on change" event of the first listbox and then pass the resulting values through the URl and it doesn't work.... I quess you cannot use Dlookup here for some reason?
I would love to post some answers to questions but am limited to questions at present 
Any suggestions?
_________________
MikeS |
 |
 |
|