Hi
I have what is a probably a simple answer, but I cannot seem to find the solution.
I have 4 dates:
01/01/2011
01/01/2012
01/01/2013
01/01/2014
All I want to do is return the first record after currentdate.
So as today is the 27/01/2012, all I want displayed is 01/01/2013.
I have only got this far by adding a function:
01/01/2011 FALSE
01/01/2012 FALSE
01/01/2013 TRUE
01/01/2014 TRUE
Thank you for your assistance.