i have 3 cbo's on a form, which all hold data in the format similar to this:
CBO1: A -- operational Warfare Instructor
CBO2: 45V -- Nurse
CBO3: C -- Pediatrics
What i would like is a txt to be populated with certain characters from all cbo values, so the txt should read
A45VC
so i need to extract the first char from strings 1 and 3 and the first 3 chars from cbo2, is there any standardized syntax for that? i know the cpp way but not vba
anyone in a helpful mood this morning?
CBO1: A -- operational Warfare Instructor
CBO2: 45V -- Nurse
CBO3: C -- Pediatrics
What i would like is a txt to be populated with certain characters from all cbo values, so the txt should read
A45VC
so i need to extract the first char from strings 1 and 3 and the first 3 chars from cbo2, is there any standardized syntax for that? i know the cpp way but not vba
anyone in a helpful mood this morning?