Solved! Go to Solution.
I have a base set of data, Street Centerlines.
I have a historical table that has multiple entries per street
These two are related by a unique field.
In the Historical table I have a Year field
What I want to do is join the two and populate a Year Field in the Street Centerlines...BUT i need the most recent year from the Historical Table.
I can do this with a join but I am sometimes getting the Older Year and Sometimes getting the Newest Year.
Where a particular entry in the historical table may match to Street "4534" but have 3 records with 3 different years.
Street Centerlines
'4534'
Historical Table
'4534' 2002
'4534' 2005
'4534' 2010
How do I do this and make sure that I get the most recent year in all the recrods?
That make sense?
Thanks
I have a base set of data, Street Centerlines.
I have a historical table that has multiple entries per street
These two are related by a unique field.
In the Historical table I have a Year field
What I want to do is join the two and populate a Year Field in the Street Centerlines...BUT i need the most recent year from the Historical Table.
I can do this with a join but I am sometimes getting the Older Year and Sometimes getting the Newest Year.
Where a particular entry in the historical table may match to Street "4534" but have 3 records with 3 different years.
Street Centerlines
'4534'
Historical Table
'4534' 2002
'4534' 2005
'4534' 2010
How do I do this and make sure that I get the most recent year in all the recrods?
That make sense?
Thanks