Query Criteria!

  • Thread starter Thread starter Bob V
  • Start date Start date
B

Bob V

Only records that are 3 years old, <1095 days Is this possible Thanks for
any help....Bob
 
This does not work because Date field is Text <Date()-"1095" Thanks for any
help..Bob
 
This does not work because Date field is Text <Date()-"1095" Thanks for any
help..Bob

What are the contents of this misnamed Date field? Text that looks like a
date? a number? or what?

John W. Vinson [MVP]
 
Thanks John, it is [DateNo] and its is a text field so as I can display it
to look like this on a form 25-Dec-07
thanks Bob
 
Thanks John, it is [DateNo] and its is a text field so as I can display it
to look like this on a form 25-Dec-07

Do you also have a Date/Time field in the table? If so, you can simply display
IT using dd-mmm-yy as the format of a form textbox. There is NO need to store
date information in a text field, and (since Access won't recognize it as a
date) every reason not to do so!

John W. Vinson [MVP]
 
Thanks John, Change the field to Date/Time Great...Bob

John W. Vinson said:
Thanks John, it is [DateNo] and its is a text field so as I can display it
to look like this on a form 25-Dec-07

Do you also have a Date/Time field in the table? If so, you can simply
display
IT using dd-mmm-yy as the format of a form textbox. There is NO need to
store
date information in a text field, and (since Access won't recognize it as
a
date) every reason not to do so!

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

Formula 4
Access Dcount (multiple criteria) 3
IF Formula 2
Formaulating in Execel 4
if formula 5
Calculating Expiration Dates 1
Query criteria 4
I am trying to create a formula 1

Back
Top