Date

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

Guest

Hi

I'm new to Access. I'm using an Access table to record compliments that our
company receives. I have a column which lists the date that each compliment
is received. I would like to run a query that just holds compliments we
received in 2006. Please could someone help me?
 
Adam,

In your query put the following in your criteria field under the date field:

Year([name of datefield])=2006

Replace the [name of datefield] with the appropriate name of your datefield

hth
 

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