I a trying to create a report from a table that only contains the last 24 hrs. The format of the date is "09/24/2002 9:01:50 AM". The table contains information from the past 5 months.
The default for date arthimetic is day so you can just add 1 to the date and check, otherwise use the datepart function. DatePart("m", MyDate) 'checks for month
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.