Can I Add A Custom PreFix to an Autonumber Field

  • Thread starter Thread starter Debbie Saffold
  • Start date Start date
D

Debbie Saffold

I have a database that generates an auto number. Is there a way to add a
custom prefix to the auto number?
 
No, you would have write a custom script that create unique IDs in the format that you require. In
IE address bar type:

? ASP Generate Unique IDs

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
However that is only workable if the same prefix will always be used and is only for display
purposes to the users visiting the site. It can not be used to as a lookup ID in the database.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

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.

Ask a Question

Back
Top