I am using a control array to dynamically build a drop-down menu at run-time. However, some menu items will themselves have further drop-down sub-menus associated with them. How can I build the sub-menus and associate these with options in the main menu. For example:
Menu option 1: Fred
Menu option 2: Nancy
Menu option 3: Fred & Nancy's Children
Sub-menu option 3.1: Sarah
Sub-menu option 3.2: Johnnie
Sub-menu option 3.3: Laura
Menu option 4: Andy
Menu option 5: Scott
I can easily build a menu with the 5 main options but cannot find a way to build in the sub-menu of children's names.
Any help would be greatly appreciated.
Menu option 1: Fred
Menu option 2: Nancy
Menu option 3: Fred & Nancy's Children
Sub-menu option 3.1: Sarah
Sub-menu option 3.2: Johnnie
Sub-menu option 3.3: Laura
Menu option 4: Andy
Menu option 5: Scott
I can easily build a menu with the 5 main options but cannot find a way to build in the sub-menu of children's names.
Any help would be greatly appreciated.