Hi There!
I'm not sure if I am posting this in the right place. I have requirement to add a function that is supposed to look for dates that are 16 months or older in the past. I hate to say this but I cannot get my head round the date functions for this. This is what I tried: DateAdd("m",-16,Now()) but it doesn't work. Am I barking up the wrong tree?
I'm not sure if I am posting this in the right place. I have requirement to add a function that is supposed to look for dates that are 16 months or older in the past. I hate to say this but I cannot get my head round the date functions for this. This is what I tried: DateAdd("m",-16,Now()) but it doesn't work. Am I barking up the wrong tree?