J
jkochchs
To manage activities in a project, I need to record events
(e.g., hours spent), per day to lateron perform
calculations, e.g., utilization, billing, etc.
So far I've generated manually a calendar table with each
record containing one day.
What I'd like to do is to generate this table
automatically by providing a start date and end date and
then have a query/macro/module create the records with the
dates in between.
Example: 12/1/2003 start, 12/5/2003 end, records to be
created would be:
12/1/2003
12/2/2003
12/3/2003
12/4/2003
12/5/2003
I'd appreciate any advise how to go about creating the new
records that are between two dates.
jkochchs
(e.g., hours spent), per day to lateron perform
calculations, e.g., utilization, billing, etc.
So far I've generated manually a calendar table with each
record containing one day.
What I'd like to do is to generate this table
automatically by providing a start date and end date and
then have a query/macro/module create the records with the
dates in between.
Example: 12/1/2003 start, 12/5/2003 end, records to be
created would be:
12/1/2003
12/2/2003
12/3/2003
12/4/2003
12/5/2003
I'd appreciate any advise how to go about creating the new
records that are between two dates.
jkochchs