W
Wayne Heidler
I currently have two bound list boxes on a form. The first selects
the main catagory, then the second finds the sub catagory from the
first. (works fine, bit cumbersome) I then store the two seperate values
in separate fields.
What I would like to do is be able to select from the first list box
both the primary and secondary values, then store those values in
seperate fields.
I have tried the .column(2) value, but all that I get with this is
the first record of the primary catagory, even if I selected a different
sub catagory.
ie:
Softball Frank
Softball Joe
Softball Keith
Soccer Sarah
Soccer Timothy
If I select Softball Keith, it will display Softball Frank
Is it possible to do this?
Thanks,
Wayne
the main catagory, then the second finds the sub catagory from the
first. (works fine, bit cumbersome) I then store the two seperate values
in separate fields.
What I would like to do is be able to select from the first list box
both the primary and secondary values, then store those values in
seperate fields.
I have tried the .column(2) value, but all that I get with this is
the first record of the primary catagory, even if I selected a different
sub catagory.
ie:
Softball Frank
Softball Joe
Softball Keith
Soccer Sarah
Soccer Timothy
If I select Softball Keith, it will display Softball Frank
Is it possible to do this?
Thanks,
Wayne