a14929
04-16-2000, 07:52 AM
Autonumber goes up in the 1,2,3... sequence. Is there any way to customise this to another code like BS0001, BS0002, BS0003?
|
View Full Version : Auto number problem a14929 04-16-2000, 07:52 AM Autonumber goes up in the 1,2,3... sequence. Is there any way to customise this to another code like BS0001, BS0002, BS0003? Pat Hartman 04-16-2000, 08:56 AM Keep a second column to contain your alpha prefix and concatinate the two columns for display purposes. Use the Format() function to get leading zeros for the numeric portion. |