Forum home » Delegate support and help forum » Microsoft Access Training and help » advanced access training - How to calculate to 2 different dates
advanced access training - How to calculate to 2 different dates
Resolved · Low Priority · Version Standard
Nawaz has attended:
Access Intermediate course
How to calculate to 2 different dates
How to calculate 2 differnet dates
For upcoming training course dates see: Pricing & availability
RE: how to calculate to 2 different dates
Hi Nawaz
I assume you mean how to calculate the difference between two dates. To do this use the following formula:
=DateDiff(<Interval>, [First Date], [Second date])
The interval can be:
"d" for day, "m" for month,"y" for year, etc
Regards
Carlos
|
