Hi ! I have just joined this forum. I am using FileMaker Pro 6 under Windows XP platform. Could anyone please help me in accomplishing the following task.
I have 5 fields each with values YES & NO
1. UM Fee Waiver
2. FS Scholarship
3. Fin Aid Student
4. DANTES
5. VA
I have another field called Enrollment Date which is a date field.
I have to define a new field called FA Semester. The value of the FA Semester field is based on the following conditions.
If (UM Fee Waiver = "YES" or FS Scholarship = "YES" or FinAidStudent = "YES" or DANTES = "YES" or VA = "YES" ) {
if (Enrollment Date is between Sept 21 through Feb 20)
FA Semester = SPRING
else if (Enrollment Date is between Feb 21 through May 10)
FA Semester = SUMMER
else if (Enrollment Date is between May 11 through Sept 20)
FA Semester = FALL
}
I am new to FileMaker Pro and I would appreciate if anyone could help me.
I have 5 fields each with values YES & NO
1. UM Fee Waiver
2. FS Scholarship
3. Fin Aid Student
4. DANTES
5. VA
I have another field called Enrollment Date which is a date field.
I have to define a new field called FA Semester. The value of the FA Semester field is based on the following conditions.
If (UM Fee Waiver = "YES" or FS Scholarship = "YES" or FinAidStudent = "YES" or DANTES = "YES" or VA = "YES" ) {
if (Enrollment Date is between Sept 21 through Feb 20)
FA Semester = SPRING
else if (Enrollment Date is between Feb 21 through May 10)
FA Semester = SUMMER
else if (Enrollment Date is between May 11 through Sept 20)
FA Semester = FALL
}
I am new to FileMaker Pro and I would appreciate if anyone could help me.