I am using a query to find records that fall on the following month using the month and year functions.
This works fine until we get to December and it all falls down.
I know that is due to the year now function but I cant seem to find a way to update it other than do it manually.
Can anyone please point me in the right direction on how to resolve this issue.
Code:
Month(Now())+1
Year(Now())
I know that is due to the year now function but I cant seem to find a way to update it other than do it manually.
Can anyone please point me in the right direction on how to resolve this issue.