add dates

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hello. Can anyone help?

Is there a way to enter a date into a date field and have
the database automatically add 8 weeks?

Thanks
 
If you meant like enter storing a data value in one Field and in another
Field (in the same Table) the same value plus 8 weeks, then don't. The
second value is a *calculated value* and calculated values should not be
stored (in the Table).

Otherwise, you need to describe your set-up such as how you enter data
(directly on datasheet of Table or Form and how you want to use / display
the derive value.
 
Back
Top