I have a unique situation with a form. This will be on a EDITform.
I have 1 Comboxbox field and 1 text field.
The text field named txtSODept_6, i need to configure into a combox instead (lets call the new ComboBox cbSODept_6) and have it show the ThisItem.SO_Dept_Displayname as the default. The ThisItem.SO_Dept_DisplayName is a text value.
I also need the combobox cbSODept_6 to have the following for dropdown options: DataSource: 'Department List'.Title
The 2nd field is another combobox and is a PEOPLE Field. This combobox is called: DataCardValu69_5
The DataCardValu69_5 default value should show the current ThisItem.Doc_Owner on screen load. Then when the cbSODept_6 NEW Combobox dropdown changes, the Peoplefield (a.ka. DataCardValue69_5) will show the following Lookup:
LookUp('Department List',Title=cbSODept_6.Selected.Title).Document_Owner
I can't for the life of me get this to work.
If i get the 'viewform' on screen looking working, then when i change the cbSODept_6 combobox doesnt work and vice versa.