date differences

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Beginner please bear with me.

I would like to run a query to show the difference in weeks between 2 dates.
eg 29/9/04 and today.

can someone please tell me how to do this
 
Add a new column to your query.

In the "FIELD:" put the following....

Duration: DateDiff("w",[hiredate],Date())

You can change the name (duration) to anything you want. You can change the
"HireDate" to your field name.
 

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

Back
Top