I am developing an
asp reservation system.
Each user booking will be kept in a database which will have a unique
booking ID!
currently i am using auto number as the booking ID,(increment number)
how to make my own "booking ID" inside the database access?
let say i want my booking ID looks like this...
FRS0001 until FRS9999
can anybody suggest another way if this cannot be done?
thanx!