So I am creating a form that that has two text boxes. I have them both set to Short Date as their format. I am trying to make it so that When a date is selected in the first text box, the second text box will automatically fill out the date of the first text box PLUS 14 days, WITHOUT clicking anywhere. Just an automatic refresh. I have been able to make it so that it will show 14 days later when I click in the text box, but I need this to update automatically after selecting the initial date. Thanks.