R
Robin Chapple
I use a calculation to determine how long a member has been a member
of a club:
Years: DateDiff("yyyy",[datejoined],Now())
Is there a way to show the number of years at the next anniversary?
The interntion being the a report printed in October would show
John Smith - joined 1st November 2000 - been a member for 4 years.
Thanks,
Robin Chapple.
of a club:
Years: DateDiff("yyyy",[datejoined],Now())
Is there a way to show the number of years at the next anniversary?
The interntion being the a report printed in October would show
John Smith - joined 1st November 2000 - been a member for 4 years.
Thanks,
Robin Chapple.