Hi,
I am asked to create barcode for books of library.Each book will have unique barcode.So what i think is to have a column that will have unique values for every book.So for that i think if we can use the primary key value for example "stock serial no" of each book and append it with some stringnlike "BC001","BC002"....
Please let me know how to achieve this!
Thanks in advance