In VB.NET 2003 I could set up a textbox with one data field as the DataSource and one data field as the DisplayMember. This allowed me to have "lookup" fields... the actual datasource of the textbox might be numeric but what showed on the screen, the DisplayMember, was the text that the number referred to in another table.
I can't seem to find a way to do that in VB.NET 2005. My textbox shows the numeric value, but I can't get it to display a text value from another field that's linked to the numeric value. Any ideas?