Numbering

B

Ben

I am creating a purchase order Database and am hoping to
use autonumber with the prefix "STA-04". Is this
possible, and if so, how?
 
M

Martin

If you always want to append the "STA-" to the beginning
of the autonumber, I would use an expression in the
reporting to append the constant to the autonumber field
from the table. Something like: "STA-"&AUTOFIELD, where
AUTOFIELD is the name of your autonumber field in the
table.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top