i have to assume a bit here as you dont give me a lot of information to work from.
i assume your form is bound to a table
to answer your questions
1.use the after update event for the textbox Mydate on your form,and insert this code
me.[Date14]=dateadd("d",14,Mydate)
that way you can edit...