Hi I'm working on a form in Designer ES4 with an ODBC connection and I'm
trying to populate/filter dropdown lists.The idea is this: User chooses
from dropdown list 1* an option. After making that choice, the user can
select an option from dropdown list 2**.(* here, there should only
appear distinct elements of the column 1 of the table)(** here, there
should only appear elements of the column 2 which column 1 element match
the previous choice)Ok, so I've created a database and a simple table in
...