With the help of the dependent drop-down wizard of Adobe Dreamweaver Development Toolbox I was able to create a dependent drop-down list which works fine. I am now working on an update record function and I can't show the saved record on the dependent drop-down list. These are the codes for the drop-down list:\[code\]<select name="select1" class="field select large" id="select1" wdg:subtype="DependentDropdown" wdg:type="widget" wdg:recordset="Recordset5" wdg:displayfield="Item_Name" wdg:valuefield="ItemID" wdg:fkey="CategoryID" wdg:triggerobject="select"> </select>\[/code\]