I am using the following syntax in my WHERE clause:
DateOnStudy <= '08/13/02'
There are two records in the db that fit that. One DateOnStudy = '08/12/02'. The other DateOnStudy = '01/21/02'. But my query is only giving me the first and not the second.
Any ideas about why that is and what I can do about it?
Thanks!
Eva
DateOnStudy <= '08/13/02'
There are two records in the db that fit that. One DateOnStudy = '08/12/02'. The other DateOnStudy = '01/21/02'. But my query is only giving me the first and not the second.
Any ideas about why that is and what I can do about it?
Thanks!
Eva