Hi!
I need to auto generate a number based on items chosen from my 2 combo boxes plus the sequence count of each item. So for example
Box 1: choose your color R, B, G, Y.
Box 2: Choose day of week: M, T, W, T
So far I've created a new field that concatenates the 2 boxes so If I choose Red and monday the output is: RM, but I need to add a counter. So if it's the first Red and Monday it should say RM1, then if I choose Red and Thursday it should say RT1, if I then choose Red and Monday it should say RM2...Green and Thursday is should say GT1 and so on.
Thanks,
Julia
I need to auto generate a number based on items chosen from my 2 combo boxes plus the sequence count of each item. So for example
Box 1: choose your color R, B, G, Y.
Box 2: Choose day of week: M, T, W, T
So far I've created a new field that concatenates the 2 boxes so If I choose Red and monday the output is: RM, but I need to add a counter. So if it's the first Red and Monday it should say RM1, then if I choose Red and Thursday it should say RT1, if I then choose Red and Monday it should say RM2...Green and Thursday is should say GT1 and so on.
Thanks,
Julia