Add time period to date [Resolved]
I have date values and an integer value stored in a record. I have the user going through and picking which records need to be updated (this is for a calibration). Whenever they have selected the records they want, I want to add that integer value to the date in the record.
So the question is, how do I add the integer value to the date? Also, all the integers indicate months, so an example would be:
Record contains 6/10/2004 and 12, so I need to update the date to be 6/10/2005. Any ideas?