My question is simple, How do I add 15 days to a "Field with Data type (Date/Time)" in Access Web App.
There is a Field called Revenue Plan which is a 'Date/Time' Data Type. and in Billing Due I selected data type 'Calculated' and typed formula mentioned below
Tried :
- [RevenuePlan] + 15 //didn't Work//
- DateAdd("d",15,[Revenue Plan]) //didn't work//
these both didn't work. Please help me out with this.
Note: Its for Access Web App
Thanks, Satish