R
Randy
I have two tables a Main Table and Detail table. I need to create a
calculated field that will produce the text "Open" or "Closed" based on
what it finds in the Detail table. The field Status contains text
that is Active, or Terminated. The other field is the status date.
What I need is for it to return is the following: If the last record in
the detail table for the client is Active to create Open in the
calculated field. If the last record for the client is not Active to
put Closed in the calculated field in the Main table.
I hope I explained this ok?
calculated field that will produce the text "Open" or "Closed" based on
what it finds in the Detail table. The field Status contains text
that is Active, or Terminated. The other field is the status date.
What I need is for it to return is the following: If the last record in
the detail table for the client is Active to create Open in the
calculated field. If the last record for the client is not Active to
put Closed in the calculated field in the Main table.
I hope I explained this ok?