DRW and Date Calculations

J

John

Hi,

I'm using FP2003 / Access 2003.

I have created a form using DRW that allows a user to input records into the
Access DB. I want to take a date they entered, calculate a future date, and
put this in a different field in the Access DB.

Any suggestions?

Thanks,
John
 
J

John

Found an easy solution.

I just set the default of the field to:

<%=Dateadd("yyyy",1,Date)%>

which give me a date one year from when they enter the record.
 

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