I have a date field [RNLTD]; I have a number field [TourLength], which represents the number of months.
What I need to do is calculate a new date by adding the number of months in [TourLength] to the date field [RNLTD]
What I did was take [TourLength] and multiply it by 30, then I added the result to [RNLTD]. The problem is that some months don't have 30 days so my result is wrong.
What is the correct syntax? Thanks
What I need to do is calculate a new date by adding the number of months in [TourLength] to the date field [RNLTD]
What I did was take [TourLength] and multiply it by 30, then I added the result to [RNLTD]. The problem is that some months don't have 30 days so my result is wrong.
What is the correct syntax? Thanks