Hi,
I’m trying to calculate if {Table 1 Field 2} (date field) is before {Table 2 Field 2} (rollup field to a date field).
The structure is:
Table 1.
Field 1: Student name
Field 2: Date student enrolled into college
Field 3: Subject name(s) (linked record to Table 2)
Field 4: Date(s) (rollup field through Field 3)
Table 2.
Field 1: Subject name
Field 2: date of class
Field 3: Student name
Basically, any formula cannot work around the rollup field because 1) it’s an array and (usually) has more than one date as there is more than one linked record… so I get something that looks like this: date, date, date, date.
Does anyone know how I might calculate if the Date student enrolled into college comes before Date of class, given that there might be more than one class?
Alternatively, creating a bridging table to capture both of these so that there is no use of a rollup that is showing more than one date.
Thanks for any help.
Tom.




