Jan 29, 2009 #1 cdulong Technical User Joined Nov 18, 2008 Messages 80 Location CA I need to create a selection forumla that will show only employees that have a 'startdate' within the last two years. any help would be greatly appricated. Thanks, cdulong
I need to create a selection forumla that will show only employees that have a 'startdate' within the last two years. any help would be greatly appricated. Thanks, cdulong
Jan 29, 2009 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US {table.startdate} in dateadd("yyyy",-2,currentdate)+1 to currentdate -LB Upvote 0 Downvote