guitardave78
Programmer
Hi I have 4 tables, Client, Job, Referer and Invoice
I want each one to have a unique field that will consist of 3 letters and a random 4-5 digit number, IE
CLI1234
JOB1234
REF1234
INV1234
I know that it is frowned upon to use the format in the random number for the unique identifier. I dont care how it is done as long as it works and i can search for them !!!
Thanks
I want each one to have a unique field that will consist of 3 letters and a random 4-5 digit number, IE
CLI1234
JOB1234
REF1234
INV1234
I know that it is frowned upon to use the format in the random number for the unique identifier. I dont care how it is done as long as it works and i can search for them !!!
Thanks