got it. Thanks
question.
I need two set of the two drop down lists. like first choice and second choice. I know I need to call the custom tag twice for each set. But how do I name them and pass the values for inserting?
the first tag is set as --
<CF_TwoSelectsRelated
QUERY="Getcode"
NAME1="researchCenter"
NAME2="researchCode"
DISPLAY1="CenterName"
DISPLAY2="researchCode"
VALUE1="researchCenter"
VALUE2="researchCode"
SIZE1="Auto"
SIZE2="Auto"
AUTOSELECTFIRST="No"
FORMNAME="research">
Do I need to modify the tag itself to add for example Name3, Name4, Display3, Display4...?
Thanks for the help.