I need to create a alphanumeric sequence that is 5955PARS0014401 that is the start of the sequence and i want the numbers after then PARS to increase by 1
> I need to create a alphanumeric sequence that is > 5955PARS0014401 that is the start of the sequence > and i want the numbers after then PARS to increase by 1
Use an autonumber and use a Format property of
"5955PARS"0000000
-- but of course if the "5955PARS" bit is ever likely to change then you'll have to do something different.