Hi,
I am using Winforms, the Adapter model and a Janus MultiColumnCombo control.
I have a database design whereby I have a main table with a field which is a foreign key into a lookup table that has the textual description for that field. I.e. if the value is 1 the description is "car", 2 is "house", etc.
I need to create a MultiColumnCombo on a form where I can show all the values from the lookup table but show the selected value from the main table, and then save that selected value back to the main table. What do I need to put into my Databindings.Add() method call to do this?
Any help greatly appreciated, it is doing my head in!
Thanks