TastyWheat
Registered User.
- Local time
- Today, 07:18
- Joined
- Dec 14, 2005
- Messages
- 125
I want to make a table that is dynamic (for use in a combo box). Basically I want the table/query to display the last 5 two-week periods. It is every two weeks from a specific day though. I'm not pulling any data from a table, I just need a column of dates. So I would want my table to look like this:
Period
------
2/28/2006 - 3/13/2006
2/14/2006 - 2/27/2006
...
...
...
Can I do this without using code? I know it's pretty straightforward to make a loop to get these dates but I just feel that's a messier solution.
Period
------
2/28/2006 - 3/13/2006
2/14/2006 - 2/27/2006
...
...
...
Can I do this without using code? I know it's pretty straightforward to make a loop to get these dates but I just feel that's a messier solution.