Hi Folks,
As a step in getting to my end result, I am trying to take a database that has a beginning date and ending date fields. For example, the first record might have a unique record key of 111, a beginning date field value of 7/1/03, and a ending date field of 7/5/03. Is it possible to create a query or in some way list the unique record key and each date within that date range.
For example:
Unique Key BegDate EndDate
111 7/1/03 7/5/03
Would become:
Unique Key Date
111 7/1/03
111 7/2/03
111 7/3/03
111 7/4/03
111 7/5/03
Thank you VERY much for any help, as I am frantically trying to find out how to do this for a non-profit government agency and the person requesting this needs it to run additional analysis. I have never needed to do something like this before, so don't know where to start ... any help would be greatly appreciated. And I hope there is some easy way to do this.
Thanks,
Joe
As a step in getting to my end result, I am trying to take a database that has a beginning date and ending date fields. For example, the first record might have a unique record key of 111, a beginning date field value of 7/1/03, and a ending date field of 7/5/03. Is it possible to create a query or in some way list the unique record key and each date within that date range.
For example:
Unique Key BegDate EndDate
111 7/1/03 7/5/03
Would become:
Unique Key Date
111 7/1/03
111 7/2/03
111 7/3/03
111 7/4/03
111 7/5/03
Thank you VERY much for any help, as I am frantically trying to find out how to do this for a non-profit government agency and the person requesting this needs it to run additional analysis. I have never needed to do something like this before, so don't know where to start ... any help would be greatly appreciated. And I hope there is some easy way to do this.

Thanks,
Joe