Between Dates returning a value of Day
- From: Sharon <Sharon@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 15:36:00 -0700
Question
I have a database for travel expenses. One of my tables is tblTrips. I have
created one field in the form for TripStartDate (using the MS Date & Time
Picker Control Version 6.0) and another field for TripEndDate (using the MS
Date & Time Picker Control Version 6.0). I need to calculate the expenses,
i.e., breakfast, lunch, dinner, cab, etc. for EACH day. I have a subform
with all the expenses for each day, but I need to generate a record for each
day in between the dates specified as TripStartDate and TripEndDate
automatically. Each trip will have a different amount of days. For example,
if the TripStartDate was 01/01/05 and the TripEndDate was 01/15/05, I need to
calculate the number of days between the days and then return a record, which
includes the daily expenses, for Jan. 1, Jan. 2, Jan. 3, etc. for example.
Thanks for any help.
--
S
Hi Sharon,
In Access Help find "Between"
HTH
--
-Larry-
--
"Sharon" <Sharon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
I did look in the Help field under dates and between. I see how you can
choose how many "Sundays" occur in the time period of my between dates.
However, I want the values to List ALL days of my between dates. For
instance. If my start dates is May 5, 2005 and my end date is May 15, 2005,
the value that I want returned is:
Thursday 5
Friday 6
Saturday 7
Sunday 8
Monday 9
Tuesday 10
Wednesday 11
Thursday 12
Friday 13
Saturday 14
Sunday 15
Am I missing this somewhere? I have also looked under the MVP websites and
everywhere else I can think of. If you could be just a little bit more
specific I would appreciate it. Thanks.
--
S
"Larry Daugherty" wrote:
Click to show or hide original message or reply text.
> Hi Sharon,
>
> In Access Help find "Between"
>
> HTH
> --
> -Larry-
> --
>
> "Sharon" <Sharon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:4A9F17A7-5580-4F29-9C68-4E1B73B05DA6@xxxxxxxxxxxxxxxx
> > I have a database for travel expenses. One of my tables is
> tblTrips. I have
> > created one field in the form for TripStartDate (using the MS Date &
> Time
> > Picker Control Version 6.0) and another field for TripEndDate (using
> the MS
> > Date & Time Picker Control Version 6.0). I need to calculate the
> expenses,
> > i.e., breakfast, lunch, dinner, cab, etc. for EACH day. I have a
> subform
> > with all the expenses for each day, but I need to generate a record
> for each
> > day in between the dates specified as TripStartDate and TripEndDate
> > automatically. Each trip will have a different amount of days. For
> example,
> > if the TripStartDate was 01/01/05 and the TripEndDate was 01/15/05,
> I need to
> > calculate the number of days between the days and then return a
> record, which
> > includes the daily expenses, for Jan. 1, Jan. 2, Jan. 3, etc. for
> example.
> >
> > Thanks for any help.
> > --
> > S
>
>
>
--
S
.
- Follow-Ups:
- Re: Between Dates returning a value of Day
- From: John Vinson
- Re: Between Dates returning a value of Day
- Prev by Date: Re: Incrementing PK, avoid duplicates
- Next by Date: Removing the Beep from one application
- Previous by thread: Re: Incrementing PK, avoid duplicates
- Next by thread: Re: Between Dates returning a value of Day
- Index(es):
Relevant Pages
|