I have a Project Database that has a field for Project Status.
I added a Journal Table as a child of Project with a dropdown field for Status as well as a datetime stamp field.
I would like the most current journal status to update the project status field after add/update.
I would need to query the child records of this project for the most current record, then set the status of the parent table to the most current record.
Can you shed some light on this for me?