M
Makeover
Hi Everyone:
I have a table that shows how long a member has been effective with my
company. There are 2 fields, datefrom and dateto, that show length of time
and I've been using a separate table to break up the date range into
individual months. The table has one field called Midmonth that is a date
for each month with 15 as the day. In my query, my criteria for Midmonth is
"between [datefrom] and [dateto]". However, some of the date ranges don't
cover a full month so I'm missing some members. Here are some examples of
the ones I'm not capturing
DateFrom DateTo
07/01/2006 07/10/2006
06/26/2006 07/05/2006
I'm trying to figure out how I can change the day in these dates so that I
don't miss any months.
I appreciate your help; thanks in advance.
Elisa
I have a table that shows how long a member has been effective with my
company. There are 2 fields, datefrom and dateto, that show length of time
and I've been using a separate table to break up the date range into
individual months. The table has one field called Midmonth that is a date
for each month with 15 as the day. In my query, my criteria for Midmonth is
"between [datefrom] and [dateto]". However, some of the date ranges don't
cover a full month so I'm missing some members. Here are some examples of
the ones I'm not capturing
DateFrom DateTo
07/01/2006 07/10/2006
06/26/2006 07/05/2006
I'm trying to figure out how I can change the day in these dates so that I
don't miss any months.
I appreciate your help; thanks in advance.
Elisa