I have a database and i have a combo box. within the combo box the user may select 4 options
1, Pro
2, May
3, May ord
4, SLD
These options also have a code
Pro 50
may 51
may ord 52
sld 53
i have a button that when it is clicked it generates a number (like autonumber).
What i would like is when one of the options is select then the code goes in front of the number generator how would i do this?
e.g.
select Pro
click button it generates [5001]
select sld
click button it generates [5302]
etc
How do i do this?
1, Pro
2, May
3, May ord
4, SLD
These options also have a code
Pro 50
may 51
may ord 52
sld 53
i have a button that when it is clicked it generates a number (like autonumber).
What i would like is when one of the options is select then the code goes in front of the number generator how would i do this?
e.g.
select Pro
click button it generates [5001]
select sld
click button it generates [5302]
etc
How do i do this?