Several ways to do this:
1. Create field in table named 'ReviewDate', then as you add/change records update that field to + 2 years.
2. Have query check if 'ReviewDate' has passed, then do whatever you need.
Or don't add new field - just have query automatically add 2 years to the field.
Code: Where the vision is often rudely introduced to reality!