
I have a Data Verse table A with a lookup column 'Project' to Table Projects ( Table B ).
I have a ComboBox which has the Items property as Table A. In the ComboBox, I want to show the column 'Project'.'Project Name'.
In the ComboBox DisplayFields property, I have ["TableA_Name"]. I have tried to change it to ["TableA_Project"], but it changes back to ["TableA_Name"].
Can anyone show me how to get the names of all the Projects in Table A in the ComboBox?
Thank you