A little question, but I got stuck!
I am doing a form for entering members information. Field 1 is Last name, Field 2 is First Name, Field 3 is DOB (Date of Birth). The 4th field will be Member ID. I want the program produces the member ID automaticaly based on the above three fields' data. The member ID will come from the following combination: 'The first 3 letters of Last Name + The first 3 letter of First Name + The last 2 digits of Year of birth' . Ex: Merber John Doe, DOB 1-3-65. His Member ID will be "DOEJOH65". Just a trick, In case member's name is less than 3 letters, then program will insert a "*" to replace the no word. Ex: John Le, DoB 3-28-1945. ID will be "LE*JOH45". Same rule for whose first name less than 3 letters.
Anybody can help out?
I am doing a form for entering members information. Field 1 is Last name, Field 2 is First Name, Field 3 is DOB (Date of Birth). The 4th field will be Member ID. I want the program produces the member ID automaticaly based on the above three fields' data. The member ID will come from the following combination: 'The first 3 letters of Last Name + The first 3 letter of First Name + The last 2 digits of Year of birth' . Ex: Merber John Doe, DOB 1-3-65. His Member ID will be "DOEJOH65". Just a trick, In case member's name is less than 3 letters, then program will insert a "*" to replace the no word. Ex: John Le, DoB 3-28-1945. ID will be "LE*JOH45". Same rule for whose first name less than 3 letters.
Anybody can help out?