nicks60610
MIS
I have these 2 strings and as you can see the latter creates a new work order ID, but I want it to add 3 zeroes before the actual work order ID, i.e. Prefix(000)work order ID.
Any ideas??
Wo_count = cdbl(objRs.fields("COUNTER"
.Value) + 1
next_WO_Nbr = objRs("PREFIX"
& Right(cstr(WO_count),8)
Any ideas??
Wo_count = cdbl(objRs.fields("COUNTER"
next_WO_Nbr = objRs("PREFIX"