I want to select IP OWNERS, from a drop down, and relalted Cultivars must then load. Cultivars does not load.
Please see sample data an form.
https://drive.google.com/file/d/1hqb...ew?usp=sharing
https://docs.google.com/document/d/1...f=true&sd=true
Code:SELECT DISTINCT Plants.CultivarFROM Plants LEFT JOIN Profile AS Profile_Display ON Plants.IPOwner = Profile_Display.Nr WHERE Profile_Display.Display = Forms![Form_Plant Evaluation]!cboIPOwner ORDER BY Plants.Cultivar;