Populate field value base on another filed in custom table

VASANTH K asked on May 14, 2015 09:18

I have an requirement were a drop down field value need to populate based on user value selected in previous field.

Example:

Region: Drop-down populated from custom table;

Location: This drop-down need to populated based on value selected in Region drop-down. When user changed the Region filed the location filed need to updated based on new value.

is it possible with existing controls.

Recent Answers


Charles Matvchuk answered on May 14, 2015 15:50 (last edited on May 14, 2015 15:52)

I am not sure exactly what you are trying to do. Are you looking for cascading drop down boxes? If so you can review the following article.

How to work with depending fields

Another thread

Cascading Selects in Form

Or you could create your own form control.

0 votesVote for this answer Mark as a Correct answer

VASANTH K answered on May 15, 2015 07:30

Yes, I looking for cascading drop down boxes. But Cascading Selects in Form is working out of box for drop-down controls but I am in situation to use Listbox as I want multiple choice option. Same cascading option fails to update the listbox control when changing the parent field.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.