Hi viret56,
I just wanted to explain to you the difference between the dropdown fields and the dropdown objects that you have the option of placing within your screen.
When you select the “Dropdown” object in the designer, when you go to “Step 4 of 6”, you have the option of selecting a table and a specific field with data from that table that you want to display as a list. For example, after you drag the “Dropdown” object to the designer screen, when you go to “Step 4 of 6” after you click on the Edit on the object, you can select table “Customer”, and the field “FullName” which comes from the “Customer Name” field in the “New Customer” screen.
When you are adding a "Dropdown" type field to the table, you have two options:
a) Either create a new table for this dropdown field where you can add choices to your new dropdown.
- For example, if you added a field called “Customers” and assigned it the field type of “Dropdown”, in the “Dropdown Wizard” screen which pops-up, in “Step 1 of 3”, when you choose “Create a New Table”, “Step 3 of 3” will give you have the option of entering in your choices in the text field.
b) Use an existing table which already has choices selected.
- For example, if you add a field called “ActivityType” and assign it to the field type “Dropdown”, in the “Dropdown Wizard” screen which pops-up, in “Step 1 of 3”, when you select “Choose from an existing Table”, “Step 2 of 3” will give you the option of selecting the table which will have the data so in the above case it will be table “ActivityType”, and in “Step 3 of 3”, you have to select the “name of the field” field from the dropdow instead of “RecordID" which will have all of choices available to the user so for the above example it will be field “ActivityType”.
I hope that this helps.
Ronen