Date Query

  • Thread starter Thread starter Kris via AccessMonster.com
  • Start date Start date
K

Kris via AccessMonster.com

I am having difficulty running a simple date query. I have two tables and
they both have target date and completion date columns. I am trying to
build a query that shows items completed past the target date. Any help
you can provide is greatly appreciated.
 
A generic query:

SELECT * FROM Tablename
WHERE TargetDate < CompletedDate;
 

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