N
Nydia
I have a database that keeps track of clients and the
meetings that they go to, with progress notes. each time
a client goes to a meeting there are 7 different topics to
discuss (in a meeting more than 1 topic can be talked
about). When I run a query, in the date field I use
between [start date] and [end date]. For November I used
between 11/01/03 and 11/10/03, I know that there is 2
records for that date range, but only 1 is showing. there
is a record with 11/10/03 date, but it won't show. If i
use between 11/01/03 and 11/11/03, then it will show me
both records.
why doesn't it show the 11/10/03 record if i use between
11/01/03 and 11/10/03? How do i fix it so it will show me
all the records between certain dates??
meetings that they go to, with progress notes. each time
a client goes to a meeting there are 7 different topics to
discuss (in a meeting more than 1 topic can be talked
about). When I run a query, in the date field I use
between [start date] and [end date]. For November I used
between 11/01/03 and 11/10/03, I know that there is 2
records for that date range, but only 1 is showing. there
is a record with 11/10/03 date, but it won't show. If i
use between 11/01/03 and 11/11/03, then it will show me
both records.
why doesn't it show the 11/10/03 record if i use between
11/01/03 and 11/10/03? How do i fix it so it will show me
all the records between certain dates??