I have a table that holds data thus
Hometeam Awayteam Weekno Date
teamA teamB 1
teamC teamD 1
teamE teamF 2
teamG teamH 2
teamJ teamK 3
The problem I have is allocating a date for each weekno ie both week 1 should have the same start date week 2 should be 7 days later etc. I have been struggling with this for days now have tried arrays, count etc but cant seem to crack this at all so would appreciate any input.
Hometeam Awayteam Weekno Date
teamA teamB 1
teamC teamD 1
teamE teamF 2
teamG teamH 2
teamJ teamK 3
The problem I have is allocating a date for each weekno ie both week 1 should have the same start date week 2 should be 7 days later etc. I have been struggling with this for days now have tried arrays, count etc but cant seem to crack this at all so would appreciate any input.