You can't use an autonumber field this way even though you can tell it to start at a particular number. You can only do this with code or sql to write to a text field if you want the entire value stored in it. Otherwise, you'd have to use vba or a calculated form field to concatenate your prefix and the autonumber, but only for display. If it's possible that you'd have more than one prefix in the future, I would have a table for these and do as I mentioned, but grab the prefix from tblPrefix. What I would not do is have an autonumber field, a concatenation process AND store the concatenated value.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.