Date Formulas in Contact Forms

A

Andrew

How do I create a formula field that has as its value the
time difference between today's date and a date as
recorded in another field?
 
S

Sue Mosher [MVP-Outlook]

DateDiff("h",[OtherField],Now)

Look up DateDiff in Help to see what other time intervals you can measure.
The formula above measures the difference in hours.
 
A

Andrew

Thank-you Sue. Big Help.
-----Original Message-----
DateDiff("h",[OtherField],Now)

Look up DateDiff in Help to see what other time intervals you can measure.
The formula above measures the difference in hours.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



How do I create a formula field that has as its value the
time difference between today's date and a date as
recorded in another field?


.
 

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