I have a listbox on a form and would like to default to the specific item below from the list upon FormLoad - How do I do this?
Thanks
try adding initial value is X below the field in LP and check if it works
X should be the actual value of the item and not display value. Do Ctrl+shift+left click to find the field and value to be entered.
Source
initial value is "X"
Thank you LG, that worked