Hi all,
I have to create a simple "job number generator" - so the user selects certain criteria - then a job number is created from the critiera PLUS the next unique number.
I have three selection boxes, where the user selects their criteria from drop down menus.
Then based on the choice, I generate a job number, such as 001 AB Axxxxx, the xxxxx indicates that the next unused number should be used.
For example;
001 AB A10001
008 AB A10002
007 AC A10003
So, I have my selection boxes and a "generate next job number" command button, but need to write some code that takes the results from the drop downs (simple vlookup) then adds the next available number and puts the results in the next blank row.
Any help, as usual, would be much appreciated.
Thanks
Splash.
I have to create a simple "job number generator" - so the user selects certain criteria - then a job number is created from the critiera PLUS the next unique number.
I have three selection boxes, where the user selects their criteria from drop down menus.
Then based on the choice, I generate a job number, such as 001 AB Axxxxx, the xxxxx indicates that the next unused number should be used.
For example;
001 AB A10001
008 AB A10002
007 AC A10003
So, I have my selection boxes and a "generate next job number" command button, but need to write some code that takes the results from the drop downs (simple vlookup) then adds the next available number and puts the results in the next blank row.
Any help, as usual, would be much appreciated.
Thanks
Splash.