Hi I have a list box with the following Row Source:
SELECT tblCommonNames.CommonName FROM tblCommonNames WHERE (((tblCommonNames.SpeciesID)= Forms!MempSpeciesfrm!SpeciesID) And ((tblCommonNames.NameLang)="English")) ORDER BY tblCommonNames.CommonName;
and Row Source Type = Table/Query
I've created a relationship between tblCommonNames and the forms table source
What do I need to do / check to populate the list box?
Thanks for any help
David