Hi friends,
I have a doubt regarding display a list of values, I jus want to display the list of values in 2nd field once i selected the value in 1st field. for your info i already save those information in the view.
how can i do this, is it possible to do this using @picklist…
Thanks in Advance
Subject: Populate the value based on selection of one field
@picklist, @dbcolumn & @dblookup can all do what you are asking- I assume that fieldA is some kind of list field and you want to display an appropriate list in field B based on the selection in Field a? That is easily done- you want to make sure that you check off “refresh fields on key word change” on the control tab.Tom