prob in date comparison in access

  • Thread starter Thread starter nilesh parmar
  • Start date Start date
N

nilesh parmar

hi,
i have access database storing date values as datatype string
no i want record of dates between 2 dates
i mean
select * from table where (adate) between '20/03/2004' and '02/04/2004'

some times this workds but it compares only first 2 characters above
result gives record with date more than 20.

i tried saving data in dat/time format and then executed query but gives
no result.

i also tried with
select 8 from table where adate>'20/03/2004' and adate<'02/04/2004'

thanx in advance for help
nilesh
 

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