Nawaz has attended:
Access Intermediate course
How to calculate to 2 different dates
How to calculate 2 differnet dates
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