September 19, 200520 yr I would like to add a field (Months) to a date field. Any easy way? Example: 1/1/05 + 42 months Answer = 1/7/08 ? IW
September 19, 200520 yr Hi IEW this may do the needed calculation: Date ( Month ( YourDate ) + months ; Day ( YourDate ) ; Year ( YourDate ) )
Create an account or sign in to comment