Using ASPRunnerPro 6.3 build 7474.
SQL Server 2008 R2 Express and Access DBs
I have a need to add 20 days to a date field called DateDue using the date in a field named DateAssigned. DateAssigned is completed prior to the DateDue field.
- First where do I place the code? In the DateDue properties default value? In the Events after Add for the Add Page?
- What would be the syntax to add the 20 days to the DateDue field?
What would be a proper ASP expression and place to use to add 20 calender days to the DateAssigned field and place it into the DateDue field?
I am not finding how to do this and any help would be appreciated.
Thanks
Joe