Daveswanton77
New member
- Local time
- Today, 14:58
- Joined
- Sep 25, 2003
- Messages
- 7
Help...
I have a table as shown below
Week | Start | End |
1 |1/4/2004 |7/4/2004 |
2 |8/4/2004 |14/4/2004 |
3 |15/4/2004|21/4/2004|
4 |22/4/2004|28/4/2004|
etc......
I need a Query / Function that would return the number for any given date i.e 11/4/2004 would be week 2 as it is between the start and end dates. This is very easy to do in Excel using the vlookup() function but I can't find a way to do it in Access
Thanks in Advance
I have a table as shown below
Week | Start | End |
1 |1/4/2004 |7/4/2004 |
2 |8/4/2004 |14/4/2004 |
3 |15/4/2004|21/4/2004|
4 |22/4/2004|28/4/2004|
etc......
I need a Query / Function that would return the number for any given date i.e 11/4/2004 would be week 2 as it is between the start and end dates. This is very easy to do in Excel using the vlookup() function but I can't find a way to do it in Access
Thanks in Advance