• Thank you for your help but the value of the textbox comes from a function, not any field. For example, the textbox that will have the month and year four months ahead is =MonthName(Month(DateAdd(DateInterval.Month, 4, now())))&" "&Year(DateAdd(DateInterval.Month, 4, now())). I don't know how to call just the value of the textbox.