I have this database and a field’s lookup is set to comboBox with ‘bound column’ to 2 and ‘column count’ to 2.. My row source’s first column is ID (AutoNumber), and my second column is Name(Text). When I go to Datasheet View and select a value it displays ID column value.
How to make it display a Name column value?
I just managed it in one way. In Design View, from dropdown list of your field (the one with lookup comboBox) select Lookup wizard.. Then go through the wizard, and that’s it. However, I’m not sure how the wizard solves it.