Hi all!
I have a table with a group name, and a day in the week for group meetings.
I want to create a query that will show me the specific dates, three monthed ahead that every group would meet.
for example:
table:
group 1 - sunday
group 2 - monday
etc…
query:
group 1 - 07/08/11
group 2 - 08/08/11
group 1-14/08/11
group 2 - 15/08/11
etc…
any chance you can change the table? storing “sunday” makes things really difficult, but storing the actual date of the first group meeting is half way home