D
Dennis Villareal
i have a database that pulls from our system.
the date is displayed 20081118 yearmonthday on everything
i would like to set up a query that shows only the items from 60 days - 89
days old
then another query that shows 90-119 days old
then another query that shows everything 120 days and over
i will make 3 seprate queries that i can put to a switchboard and just click
each one when needed.
is there a way to set something up that tells it to look there?
i know i can convert the date to display as 18 Oct 08 by putting the
following in the query
Due Date:
Format((DateSerial(Left([ORD_DUE_DT],4),Mid([ORD_DUE_DT],5,2),Right([ORD_DUE_DT],2))),"dd mmm yy")
would it be easier to set up something to show me like that or can i work
with what i have somehow from my system?
the date is displayed 20081118 yearmonthday on everything
i would like to set up a query that shows only the items from 60 days - 89
days old
then another query that shows 90-119 days old
then another query that shows everything 120 days and over
i will make 3 seprate queries that i can put to a switchboard and just click
each one when needed.
is there a way to set something up that tells it to look there?
i know i can convert the date to display as 18 Oct 08 by putting the
following in the query
Due Date:
Format((DateSerial(Left([ORD_DUE_DT],4),Mid([ORD_DUE_DT],5,2),Right([ORD_DUE_DT],2))),"dd mmm yy")
would it be easier to set up something to show me like that or can i work
with what i have somehow from my system?