filtering records in a query

  • Thread starter Thread starter Alex
  • Start date Start date
A

Alex

If I'm running a query that calculates the time elapsed
between a start and an end date, how can I filter the data
so that the query only pulls those records that actually
have an end date?
 
Alex,
Have you tried Is Not Null as the criteria for your EndDate column?
That should do it...
 

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