![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to specify a range of dates in a query. I have tried using Between "12/01/1938" and 05/31/1939", but I don't get any response. There are dates in the table which should be showing in the query. I have also tried to get a date by >= 12/01/1938 which does return valid dates. Is there some date function that I should be using or am I just using the wrong syntax? Any help would be most appreciated. Thanks, John |
#3
| |||
| |||
|
|
I am trying to specify a range of dates in a query. I have tried using Between "12/01/1938" and 05/31/1939", but I don't get any response. There are dates in the table which should be showing in the query. I have also tried to get a date by >= 12/01/1938 which does return valid dates. Is there some date function that I should be using or am I just using the wrong syntax? Any help would be most appreciated. Thanks, John |
#4
| |||
| |||
|
|
I am trying to specify a range of dates in a query. I have tried using Between "12/01/1938" and 05/31/1939", but I don't get any response. There are dates in the table which should be showing in the query. I have also tried to get a date by >= 12/01/1938 which does return valid dates. Is there some date function that I should be using or am I just using the wrong syntax? Any help would be most appreciated. Thanks, John |
#5
| |||
| |||
|
|
try DateDiff() or "Where (myDate < StartDate) AND (myDate < EndDate)" in your coditions. regards, John jobrien at acscience dot com "jca1492" <jca1492 (AT) insightbb (DOT) com> wrote I am trying to specify a range of dates in a query. I have tried using Between "12/01/1938" and 05/31/1939", but I don't get any response. There are dates in the table which should be showing in the query. I have also tried to get a date by >= 12/01/1938 which does return valid dates. Is there some date function that I should be using or am I just using the wrong syntax? Any help would be most appreciated. Thanks, John |
![]() |
| Thread Tools | |
| Display Modes | |
| |