G
Guest
I am trying to set up a data base where it tells me who has a birthday next
month. I enter the following expression that works until the next month then
I have to go in and change the - number to show the following month or it
will show 2 months ahead and skip the following month (i.e. This is May, but
it is showing July instead of June.) This defeats the purpose of the query.
Any thoughts
Month(Date()+DateSerial(Year(Date()),Month(Date())-1,0))
month. I enter the following expression that works until the next month then
I have to go in and change the - number to show the following month or it
will show 2 months ahead and skip the following month (i.e. This is May, but
it is showing July instead of June.) This defeats the purpose of the query.
Any thoughts
Month(Date()+DateSerial(Year(Date()),Month(Date())-1,0))