Query

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

Guest

I am working in a Access DB and trying to make a query that display(runs)
database user, consumer name and date entered. My question as a unexperienced
access user, how do you enter in the criteria, or the "or" field to list
dates from 10/1/2004 and 2/20/2005? I remember sometihing like #between
10/1/2004# and #2/20/20053# end. Anybody know?
 
Hello there,

You are almost right. You don't need to add the # symbols
Acces does that for you and you don't need the "end".

between 10/01/2004 and 01/20/05

OR
=10/01/2004 and <=01/20/2005

Hope this helps

Judith
 
Hello there,

You are almost right. You don't need to add the # symbols
Acces does that for you and you don't need the "end".

between 10/01/2004 and 01/20/05

OR
=10/01/2004 and <=01/20/2005

Hope this helps

Judith
 

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

Similar Threads

Excel Help with dates 2
Formula in Access Query to genrate numbers 1
Query by month problems largely resolved 2
Date Range Prompt 5
Parameter Query 5
parameter date question 3
Query Criteria Like 2
Renewal query 4

Back
Top