AmyB
September 3rd, 2009, 09:41 AM
I need to know how to build a rule for the following:
4 optional fields
Not prefilled
Each field 2 characters long (last 2 digits of a year, such as 09, 10, 11, 12)
1. If field is chosen, input " ’ " and addend to end of Name field
2. If single, end.
3. If multiple, place " , " between multiples
4. No commas on last entry
e.g. Amy Brown P ’10, ’11, ’12
The above example shows my name, "P" for Parent, and the graduating years of my children from a school. There will be 4 optional fields to choose graduating years from a pull down menu.
So if you select:
1 year, you'll see: Amy Brown P ’10
2 years, you'll see: Amy Brown P ’10, ’11
3 years, you'll see: Amy Brown P ’10, ’11, ’12
4 years, you'll see: Amy Brown P ’10, ’11, ’12, ’13
Any feedback for how to write a rule for this would be greatly appreciated!
4 optional fields
Not prefilled
Each field 2 characters long (last 2 digits of a year, such as 09, 10, 11, 12)
1. If field is chosen, input " ’ " and addend to end of Name field
2. If single, end.
3. If multiple, place " , " between multiples
4. No commas on last entry
e.g. Amy Brown P ’10, ’11, ’12
The above example shows my name, "P" for Parent, and the graduating years of my children from a school. There will be 4 optional fields to choose graduating years from a pull down menu.
So if you select:
1 year, you'll see: Amy Brown P ’10
2 years, you'll see: Amy Brown P ’10, ’11
3 years, you'll see: Amy Brown P ’10, ’11, ’12
4 years, you'll see: Amy Brown P ’10, ’11, ’12, ’13
Any feedback for how to write a rule for this would be greatly appreciated!