PDA

View Full Version : Is it possible to have an auto-increase text field?


alex298
05-02-2006, 10:24 AM
Hello,

Is it possible to make an auto-increase text field, for example 0001, 0002, 0003, ..............?

Thanks and best regards

guelphdad
05-02-2006, 04:03 PM
No, it wouldn't do that. What are you using the field for? Normally an auto increment field is used because there is no other suitable candidate for a primary key in your data. You should not rely on your auto increment column for any specific sequence of numbers as they get added and deleted, they will eventually have missing numbers in the sequence.