I am trying to create dependency fields on a form with two drop down lists
The second drop down list data is dependent on the first selection. I am having trouble passing the value of the first selection in the datasource field in the Editing Control Settings. Anyone have an idea of the proper syntax for the datasource for the second field? I tried something like this
SELECT PropertyID, PropertyName
FROM Property
WHERE PropertyRegion = '{%Region%}'
but the Region value doesn't resolve.
Thanks.