If you want it to be "just like an AutoNumber," then use an AutoNumber. In
the text box that displays this AutoNumber field on the form, place the
following syntax in the Control Source Property of the text box:
="TER-" & Format([ID],"000")
.. . . where ID is the name of the field and txtID is the name of the text
box control, because these names _can't_ be identical. When you use an
AutoNumber, bear in mind that gaps can get in, so these numbers aren't
guaranteed to be sequential.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.