I'm trying to do a select query to automatic display the date with the next day's date from the actual date using the below formula:
>= DateAdd("d",-1,#9/30/2009#) or <=Date()-1
but it doesn't work. It still shows the date as 9/30/2009 instead of 10/1/2009. What am I doing wrong?
Thanks