I have field [offices] that is tied to dymanic list. I have filed [Region] which is tied to static list. On form, when I select 'Region' I have sql filter that I wish to use to populate single record field, [Offices]. However, as it is the filter produces all the Records from the Offices Form. I want it to show only a single field, [Offices] from the selected records. I have tried to accomplish this through SQL filter, but the Fileter for the Single Record Field seem to imply a Select *, and I have not found a way to to Select [Offices] via SQL filter.
Am I trying to do the impossible, or can someone point me in the right direction ?