Jump to content

Recommended Posts

Posted

Hi,

I have designed an Access Database which has 2 date fields.

I want to create a query which compares date 1 with date 2 and reports if there is more than 1 day difference between them.

Can anyone help me with this?

Thanks

  • 3 weeks later...

Posted (edited)

The following information is based on a Table with 2 date fields of Start and End

Create an expression in your query by typing the following informaiton in the field of a blank column

Abs([start]-[end])

and then list a Criteria of >1 for that field

Hope this helps

Note:

I used Start and End dates for the example, but had added the Abs funciton to reture the Absolute Value of the formula, which would allow the start date to be before or after the end date, enabling it to have a 1 day difference in either direction.

Edited by Scooter513

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...