I have a query that I use to pull the dates from a table and then I set the Unique Value field to Yes to remove all the duplicate dates. So now I have a list of unique dates.
What I would like to do is filter this list so that only the most current date is displayed. The most current date is variable so I can not use = “01/01/2004” I need to use something like = [most current date]
What I would like to do is filter this list so that only the most current date is displayed. The most current date is variable so I can not use = “01/01/2004” I need to use something like = [most current date]