Hi,
I've made a report from a table but now i want to ad a field that calculates a date. It takes a value from a table with a date in and adds 5 years to that date.
So I've made a textbox and this is the text:
=DateAdd("yyyy",5,[FirstDate])
But i get an error sayoing that my synta is wrong.
What am i doing wrong?
I've made a report from a table but now i want to ad a field that calculates a date. It takes a value from a table with a date in and adds 5 years to that date.
So I've made a textbox and this is the text:
=DateAdd("yyyy",5,[FirstDate])
But i get an error sayoing that my synta is wrong.
What am i doing wrong?