Sorry if this answer has been posted already - I haven't been able to find it.
I have a table with Scientific Names and Common Names listed for a variety of animal species. Each is unique. I'd like to create two combo boxes on the form that behave as such:
If Scientific Name is selected in cboSName, the corresponding common name is automatically filled in in cboCName
Likewise:
If Common Name is selected in cboCName, the corresponding scientific name is automatically filled in in cboSName
I haven't before had any fields be filled in automatically, much less in a corresponding relationship like this.
Thanks for your help!
I have a table with Scientific Names and Common Names listed for a variety of animal species. Each is unique. I'd like to create two combo boxes on the form that behave as such:
If Scientific Name is selected in cboSName, the corresponding common name is automatically filled in in cboCName
Likewise:
If Common Name is selected in cboCName, the corresponding scientific name is automatically filled in in cboSName
I haven't before had any fields be filled in automatically, much less in a corresponding relationship like this.
Thanks for your help!