C
Carol
I am using the dateadd function to add an interval to a specific date.
However, this is adding the same interval to all records in the database. In
this database, each record can have a different interval (annual - "yyyy",1
monthly- "m",1 quarterly-"m", 3 etc.)
I created fields to enter the interval ("m") and number (1) for each record.
How do I reference these fields in the expression. I used the following:
Field names - INTERVAL, NUMBER, LAST COMPLETED DATE
=Dateadd([INTERVAL],[NUMBER],[LAST COMPLETED DATE])
I am getting an error. Any help would be appreciated.
Thanks,
Carol
However, this is adding the same interval to all records in the database. In
this database, each record can have a different interval (annual - "yyyy",1
monthly- "m",1 quarterly-"m", 3 etc.)
I created fields to enter the interval ("m") and number (1) for each record.
How do I reference these fields in the expression. I used the following:
Field names - INTERVAL, NUMBER, LAST COMPLETED DATE
=Dateadd([INTERVAL],[NUMBER],[LAST COMPLETED DATE])
I am getting an error. Any help would be appreciated.
Thanks,
Carol