PC Review


Reply
Thread Tools Rate Thread

Appending individual dates using a date range

 
 
The Colonel
Guest
Posts: n/a
 
      9th Jul 2008
I have a database that stores date-related records belonging to nuerous
employees. In some cases individual date entries are sufficient. In other
cases the data covers a span of time. I would like the user to be able to
simply enter a date range rather than having to do countless entries. How can
I extract and append each day's date to a table based on a specific date
range? The appended data should include both the start and end dates as well
as everything in between.
 
Reply With Quote
 
 
 
 
Tom van Stiphout
Guest
Posts: n/a
 
      9th Jul 2008
On Tue, 8 Jul 2008 17:31:06 -0700, The Colonel
<(E-Mail Removed)> wrote:

Write a query similar to this:
select * from SomeTable
where SomeDateField >= [Give start date:] and SomeDateField <= [Give
end date:]

-Tom.


>I have a database that stores date-related records belonging to nuerous
>employees. In some cases individual date entries are sufficient. In other
>cases the data covers a span of time. I would like the user to be able to
>simply enter a date range rather than having to do countless entries. How can
>I extract and append each day's date to a table based on a specific date
>range? The appended data should include both the start and end dates as well
>as everything in between.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Divide a a range of dates into intervals starting with the current date or the latest date in the range of dates Daryl Microsoft Access Queries 2 8th Jan 2010 06:27 PM
Sum If range of dates date range, sum totals Stilmovin Microsoft Excel Worksheet Functions 7 16th Dec 2008 06:49 PM
How to get individual dates from a date range =?Utf-8?B?TW9ybmluZ0NhbG0=?= Microsoft Excel Misc 3 6th Sep 2006 06:45 PM
How to count dates within a certain range in a column with mutiple date range entries Krisjhn Microsoft Excel Worksheet Functions 2 1st Sep 2005 02:59 PM
Finding Previous Date in Date Range With Duplicate Dates Karl Burrows Microsoft Excel Discussion 0 13th Jul 2003 01:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:36 PM.