I went to your site. Thanks. The generator works well there, but I want
something like the autonumber generator that access has to produce an
alphanumeric like your prog.
You will need to describe exactly how you want the progression to go. What
comes after AAA1234? Will it always be three letters and four numbers, even
if the number is 0? What is the first number to be? Whatever it is, you
won't be using Autonumber. You can simulate the effect of Autonumber, but
you cannot get an Autonumber to incorporate letters.
I went to your site. Thanks. The generator works well there, but I want
something like the autonumber generator that access has to produce an
alphanumeric like your prog.
you cannot expect to solve complex problems with simple solutions. If you
want such a complex thing like alphanumeric IDs you have to use your own
function that generates your IDs.
BTW: May be it will help you to use 2 fields as your primary key. One Field
that contains the 3 letters and one AutoValue-field that contains the
numbers.
HTH
Thomas
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.