Forum Discussion
- MichaelBarrowQrew CadetSo, how many different values of BB will there be?
- ABHINAVMATHURQrew Trainee4 different values of BB, and further NNN counter range depends on the same:
Code (BB)= DP, NNN= 001 to 099
Code (BB)= DN, NNN=100 to 299
Code (BB)= PP, NNN=300 to 399
Code (BB)= PN, NNN=400 to 999 - MichaelBarrowQrew CadetSo, I assume you have a separate BB field and that the current value in that field would determine the valid range of NNN values, and then you want the next available NNN for that BB? What happens if you run out numbers within the BB's NNN range?
Or do I have this backwards and you really want this to drive off an incremental NNN, and you want to set the BB values based on how high the NNN is? If this is the case, what happens when you go over 999?