
Originally Posted by
JoeM
You have no control over determining that Autonumber value.
What you are actually doing with the "777" is just applying a Custom Format to the field. It does not change the actual value of the field. The value is stored without the "777" (it isn't really there, it is just a custom format).
You would have to change the field from an Autonumber to something else if you want control over settings its values.
Perhaps create a new primary ID field for the table that has a prefix and then your Autonumber added to it. I guess it really depends on why you are trying to do this, and what it is actually used for, other than a unique identifier (are there other things linked to it)?