MS Access question
Posted
by Scott Jackson
on Stack Overflow
See other posts from Stack Overflow
or by Scott Jackson
Published on 2010-05-06T14:59:21Z
Indexed on
2010/05/06
15:08 UTC
Read the original article
Hit count: 234
ms-access
I've an access database table with 3 fields :
- Purchase date
- Warranty time
- Warranty expiry
Warranty time has 1, 2, 3, 4, 5 in it which corresponds to years.
How can I auto-populate the 'Warranty expiry' field (which is a date field) by looking at the 'Purchase date' and then adding on the 'Warranty time' (warranty time will be 1 = 365 days, 2 = 730 days, etc)?
© Stack Overflow or respective owner