Future Date

A

aubrey

I have no idea if what i'm asking is possible, so any help would be
appreciated.

I have two date fields. I want the second field to be populated with a
future date base on the date from the first field. The future date must be
12/31 three years in the future. In other words, field one is 07/29/2008,
field two should populated 12/31/2011.

Again any help would be great.

Aubrey
 
M

Marshall Barton

aubrey said:
I have no idea if what i'm asking is possible, so any help would be
appreciated.

I have two date fields. I want the second field to be populated with a
future date base on the date from the first field. The future date must be
12/31 three years in the future. In other words, field one is 07/29/2008,
field two should populated 12/31/2011.


Use the DateSerial function:

DateSerial(Year(field1)+3,12,31)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top