Can I Add A Custom PreFix to an Autonumber Field

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?
 
T

Thomas A. Rowe

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.
==============================================
 
T

Thomas A. Rowe

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.
==============================================
 
Top