I have an autoexec macro that opens 2 reports automatically when the db is opened. I'm trying to setup a 3rd report to open automatically, but it should open only if the date is between 12/31 - 01/31. The expression I've created below doesn't work.
Now() >= 12/31 and <= 01/31
Thanks.
Now() >= 12/31 and <= 01/31
Thanks.