D
Douglas J. Steele
It's possible, but you shouldn't store both the Duration and the
ExpirationDate in the table since you can easily calculate one from the
other.
Assuming you store Duration in the table, you can use the DateAdd function
to determine ExpirationDate:
DateAdd("m", [Duration], [DateOfPlacement])
ExpirationDate in the table since you can easily calculate one from the
other.
Assuming you store Duration in the table, you can use the DateAdd function
to determine ExpirationDate:
DateAdd("m", [Duration], [DateOfPlacement])