G
Guest
I have two combo/list boxes in a form that I need to display some specific data.
if combo/list box A has a a specific value then I would like combo/list box B to display specific set of potential values to pick from.
List A List B If the user picks Daniel in A, I would like
Daniel 1,3,4,5 the user to have the option of picking any of
Oliver 2,6,4,2 the values on list B.
John 3,4,2,9
Obviously I need some sort of conditional statement that, however I do not know enough programming in order to be able to do this, even if programming is required
Thank you very much,
Amorfosis
if combo/list box A has a a specific value then I would like combo/list box B to display specific set of potential values to pick from.
List A List B If the user picks Daniel in A, I would like
Daniel 1,3,4,5 the user to have the option of picking any of
Oliver 2,6,4,2 the values on list B.
John 3,4,2,9
Obviously I need some sort of conditional statement that, however I do not know enough programming in order to be able to do this, even if programming is required
Thank you very much,
Amorfosis