critiera

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

Guest

I have a field called date return in a query. How do I only show the dates
that have already passed? For example.
7/14/06
7/20/06
7/29/06
8/20/06

Only 2 of the dates should show. Once 7/29 has passed then that one will
show.
I tried >[Date Return] I just don't know where to put this. Should I
create a new field in the query?

Thanks
Chey
 
Hi Chey,

Try " < Date() " in the criteria for the [Date Return] field in the query

Hope it helps.
Regards,
Nick
 
I did that but I want it to show after the traveler has returned from there
trip. So that is why I was trying to do it for [Date Return]

Biz Enhancer said:
Hi Chey,

Try " < Date() " in the criteria for the [Date Return] field in the query

Hope it helps.
Regards,
Nick


Chey said:
I have a field called date return in a query. How do I only show the dates
that have already passed? For example.
7/14/06
7/20/06
7/29/06
8/20/06

Only 2 of the dates should show. Once 7/29 has passed then that one will
show.
I tried >[Date Return] I just don't know where to put this. Should I
create a new field in the query?

Thanks
Chey
 
I did that but I want it to show after the traveler has returned from there
trip. So that is why I was trying to do it for [Date Return]

Biz Enhancer said:
Hi Chey,

Try " < Date() " in the criteria for the [Date Return] field in the query

Ummm... that's what he said to do.

Create a Query based on your Table.
Put < Date() on the Criteria box underneath the [Date Return] field.
It will now show you all completed trips, i.e. those with a DateReturn
value prior to today's date.

Is that not what you're seeing?

John W. Vinson[MVP]
 

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

Changing values 1
iff statement 15
Dlookup 7
Daily Clock Rings 5
Time Logging Routine? 1
Date query 4
find second most recent entry 4
newbie queries question 2

Back
Top