Numbering

  • Thread starter Thread starter Ben
  • Start date Start date
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?
 
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.
 
Back
Top