projecttoday
Programmer
It might be something simple. I have a combobox on a form which is bound to the id code of another table and also should show the field description in that table. But the drop-down list shows up blank. Click on it somewhere, and a description displays in the combo and the id is stored in the table just like it's supposed to. Obviously it should display the description field in the list so the user will know what to select. Any ideas? I have attached it here. Open form frmAssemblies and try combobox "code". Where are the descriptions (field sysdescription in table tblSystems)? They can be clicked but they show blank. It's probably something really obvious.