An autonumber field can't hold anything but the auto-generated id from access. You can't modify it's value at all without changing the data type, thereby losing the autonumber property. What you can do is make an expression in a query that adds the letters onto the front of the number for you. I have an RMA program that i do this with and i use RMA-00000 as the format. So I have a column in my queries like this:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.