Setting the Dynamic List/Menu dialog box options The Dynamic List/Menu dialog box lets you a populate a list/menu form object with content from a database or other content source.
Procedure
In the Menu pop-up menu select the list/menu form object you want to make dynamic.
In the options From Recordset pop-up menu select the recordset you want to use
as a
content source. This field also allows you to later edit both static and dynamic
list/menu items.
The Static Options field lets you enter a default item in the list or menu.
This portion of the dialog box also allows you to edit static entries in a list/menu
form object after adding dynamic content.
Use the plus (+) and minus (–) buttons to add and remove items in the
list. Items are in the same order as in the Initial List Values dialog box.
The first item on the list is the selected item when the page is loaded in a
browser. Use the up and down arrow buttons to rearrange items in the list.
In the Values pop-up menu, select the field containing the values of the menu
items.
In the Labels pop-up menu, select the field containing the labels for the menu
items.
If you want a particular menu item to be selected when the page opens in a browser
or when a record is displayed in the form, enter a value equal to the menu item’s
value in the Select Value Equal To box.
You can enter a static value or you can specify a dynamic one by clicking the
lightning bolt icon beside the box and selecting a dynamic value from the list
of data sources. In either case, the value you specify should match one of the
menu item values.
Click OK.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100