VbWriter13
New Member
- Joined
- Mar 17, 2011
- Messages
- 9
Hey-O,
I'm looking to generate a 16-digit number based on information that someone inputs or selects from drop-downs.
For Example, there are 6 criteria and within each, there are several options - based on those options, a specific number is assigned.
Criterion 1 - 01:Material 1; 02: Material 2; 03: Material 3
Criterion 2 - 01:Color 1; 02: Color2; 03:Color 3
Criterion 3 - 01:Size 1; 02: Size 2; 03: Size 3
Criterion 4 - Specific Manufacturer ID
...and so on
So, if I were to pick Material 2, Color 3, Size 1, and type in 0254, it would yield 0203010254 as a number.
Can this be done....seems like a lot to do...
VBW
I'm looking to generate a 16-digit number based on information that someone inputs or selects from drop-downs.
For Example, there are 6 criteria and within each, there are several options - based on those options, a specific number is assigned.
Criterion 1 - 01:Material 1; 02: Material 2; 03: Material 3
Criterion 2 - 01:Color 1; 02: Color2; 03:Color 3
Criterion 3 - 01:Size 1; 02: Size 2; 03: Size 3
Criterion 4 - Specific Manufacturer ID
...and so on
So, if I were to pick Material 2, Color 3, Size 1, and type in 0254, it would yield 0203010254 as a number.
Can this be done....seems like a lot to do...
VBW