Hello,
I have two fields in my table called "StartDate" for an event that occurs on Saturdays only (weekly), and "NumWeeks" to indicate for how many weeks.
I have a form via a query that I enter the value of StartDate and NumWeeks.
On the same form, I desire a dropdown box that lists the dates from the StartDate until NumWeeks number of weeks
For e.g:
StartDate: 8/6/2010
NumWeeks: 3
The dropdown should list - 8/6/2010, 8/13/2010, 8/20/2010.
How can I accomplish that. Thanks.

K.MD
I have two fields in my table called "StartDate" for an event that occurs on Saturdays only (weekly), and "NumWeeks" to indicate for how many weeks.
I have a form via a query that I enter the value of StartDate and NumWeeks.
On the same form, I desire a dropdown box that lists the dates from the StartDate until NumWeeks number of weeks
For e.g:
StartDate: 8/6/2010
NumWeeks: 3
The dropdown should list - 8/6/2010, 8/13/2010, 8/20/2010.
How can I accomplish that. Thanks.

K.MD