I have the following hard coded query that returns all the members that have 25 years of service
Field: Years: DateDiff(“yyyy”,[17 Init Date],Now())
Criteria: 25
How can I change it so the query will prompt the user to enter the date (Now) I want to calculate from?