HOW CAN I CHANGE THE CONTACT ID AUTO NUMBER TO MY OWN NUMBER SYSTE

P

PC

THE CONTACT ID USES AUTO NUMBER BY DEFAULT.

I WANT TO USE MY OWN CUSTOMER NUMBER OR LETTER SYSTEM.

HOW CAN I CHANGE THIS? OR CAN I AFTER I HAVE ENTERED IN MY CUSTOMERS?
 
V

Van T. Dinh

(Please use proper case when you post. It hard to read when everything is
in CAPS. Capital letters are considered as "shouting" in newsgroup
posting.)

You cannot change the values of the AutoNumber Field!

Create your own "CustCode" Field (of Text type or Long type depending on
your requirement) and set this Field as the Primary Key of the Table. You
can then enter unique CostCode as required.
 
Top