My database contains info on plants. On one of the forms, I have a combo box for the user to pick the name of the plant from a drop down list. The selection (common name) is then stored in the underlying table.
Works great. BUT, the user wants information from another column of the drop down list to be displayed when he selects the item.
For instance, drop down contains PlantCommonName, PlantScientificName.
When he selects the PlantCommonName, he wants BOTH the common name and scientific name to show. But, only the common name to be entered into the field for that record in the underlying table.
He said the field guys need to reference the scientific AND common names when they enter a record, and they don’t know the scientific name, so they want it to also display when they select the common name.