I have two tables that both have a field named PostDate.
Both tables also have a field called LoadID.
In the first table there is one record for each LoadID.
In the second table there are multiple records for each LoadID and each record has a different value for PostDate.
I want to update the PostDate value in the first table with the Minimum PostDate value in the second table for each LoadID.
I can not figure out how to do this.