I'm trying to do something similar. I tried these solutions but they didn't
work for me. I have 2 dates on the form and I would like one to
automatically offset by 90 days from the first. The fields are "ApplyDate"
and "ExpireDate".
I tried placing the following in the "On Update" event of "ApplyDate"
me.txtExpireDate=me.ApplyDate+90. The applyDate field is a date picker and
the Expire field is a txt field.