I need to create a primary key with the following format:
TABLE
----
ID Firstname MI LastName
I want ID to be automatically generated the ID to contain
first letter of first name
first letter of MI (or add a "-" in non available)
first letter of last name
and 4-6 automatically generated numbers
EX.
MBP3487 Margarita B Perez
BOW9044 Bill O Walker
TABLE
----
ID Firstname MI LastName
I want ID to be automatically generated the ID to contain
first letter of first name
first letter of MI (or add a "-" in non available)
first letter of last name
and 4-6 automatically generated numbers
EX.
MBP3487 Margarita B Perez
BOW9044 Bill O Walker