Counting number of days by Date

Payal Patel

Registered User.
Local time
Today, 09:52
Joined
Nov 3, 2009
Messages
34
Hi,
I have a table with employee data. I have a field that has a "start date" of employees and a field that has "current date". Is there a query I can run that can count the number of days beween the start date and current date? I need to be able to track the number of days the employee has been on board.

Thanks,
P.
 
You are looking for the DateDiff Function - Have a look at the help file for the syntax
 
I know I'm late, but thank you, this worked
 

Users who are viewing this thread

Back
Top Bottom