Hi,
I'd like to use a drop list into drwxpress, but I need a particular list. this value is knot whit a parent drop list
the example is:
drop list parent has like value:
A
B
C
the son list has:
for A value 100;110;120
for B value 150;160:170
for C value 180;190;200
is it possibile the command like this:
if parente list= A show me 100;110;120
and if parent list= B show me 150;160;170
etc etc.