I have two feature class in the same geodatabase. One of the fields is "P_Year". I would like the objects that are more than 20 years old to be in feature class "GroupA" and all the objects that are less than or equal to 20 years old to be in feature class "Group B". Is there a way to do this based on the current date? so that 20 year old objects (1995 objects) are automatically moved into feature class "Group A" when we enter 2016. Cheers
Make an ArcPy script or a ModelBuilder model which:
Then schedule the script or module to run automatically on a predefined date/time.