What syntax do I use to create a variable that = [ServiceDate] + 1 month?
Im trying to make a query that says return all records where [field1] (which is a date) is < [field2 + 1mth].
Can I merely say:
= [field1] < (dateadd("m",1,[field2]) ?
Any ideas? Ive looked in Help but come up with NADA.
THANKS.
Im trying to make a query that says return all records where [field1] (which is a date) is < [field2 + 1mth].
Can I merely say:
= [field1] < (dateadd("m",1,[field2]) ?
Any ideas? Ive looked in Help but come up with NADA.
THANKS.
Last edited: