I've been checking the forum and I have found some posts regarding the use of lookup values and now I'm a little bit confused.
I have a maintenance form with some textboxes binded to the fields in BO1, I can navigate, edit, add, delete, etc. and I've also created a second BO (BO2) and a combobox binded to it and I can see all the descriptions from the table associated to BO2.
What would be the best approach to display the corresponding description (from BO2) instead of displaying the ID value from BO1? I've read about parentrelationship property, about creating a custom property in the BO1 and retrieve the value from table2 in the Fill method in BO1, etc., but so far nothing is working
Any help or advice pointing me in the right direction would be very appreciated.
Thank you very much for your time.