John,
> It's not altogether clear from your post how that particular selection list is
> chosen or if it varies based on item and side, but the combo can handle it
> either way.
It varies based on the Item and Side selected, then limit the sequence list.
You can see the sample data below.
Example 1:
* If user select Item = 11A1300-1, then Side = 2nd side, then only these
sequence will be shown on the selection list 100, 200, 400, 500, 600, 1500,
1900.
Example 2:
* If user select Item = 11A1300-1, then Side = 1nd side, then only these
sequence will be shown on the selection list 50, 100, 200, 400, 1000, 1200
> >If user select Item = 11A1300-1, then Side = 2nd side, then only these
> >sequence will be shown on the selection list 100, 200, 400, 500, 600, 1500,
[quoted text clipped - 6 lines]
> chosen or if it varies based on item and side, but the combo can handle it
> either way.
John W. Vinson - 09 Mar 2008 06:39 GMT
>John,
>
[quoted text clipped - 12 lines]
>* If user select Item = 11A1300-1, then Side = 1nd side, then only these
>sequence will be shown on the selection list 50, 100, 200, 400, 1000, 1200
In that case you can use three combo boxes - cboItem to select the item,
cboSide to select the side, cboSequence for the sequence. cboItem would be
based on the item table; cboSide could just be a list of values for the four
sides; and cboSequence would be based on a table listing all these valid
values, using the two other combos as criteria to determine which subset of
sequences are valid.
Am I right in understanding that these lists are exclusive, and that the user
would not have the option of adding (say) 2100 to the 2nd side of 11A1300-1?

Signature
John W. Vinson [MVP]