Hi all,
Access 2K
Just looking for ideas or suggestions on how to do this one. I need to find out how to create a module that will calculate how many times a particular day shows up between two different dates.
Logic:
StartDate: 01/01/2004
FinishDate: 03/02/2004
DaysToCount: All mondays
Results:
5 Mondays counted
Dates 5/01/2004, 12/01/2004, 19/01/2004, 26/01/2004, 2/02/2004.
The dates from the results I would like to create a table (tbl_DatesTemp) and insert the results into.
Will a standard make table (SELECT [TableName].[Fields] INTO [tbl_DatesTemp] From [?]) work even though I don't have a FROM table for this last part? I'm assuming not.
Thanks, Tadynn
Access 2K
Just looking for ideas or suggestions on how to do this one. I need to find out how to create a module that will calculate how many times a particular day shows up between two different dates.
Logic:
StartDate: 01/01/2004
FinishDate: 03/02/2004
DaysToCount: All mondays
Results:
5 Mondays counted
Dates 5/01/2004, 12/01/2004, 19/01/2004, 26/01/2004, 2/02/2004.
The dates from the results I would like to create a table (tbl_DatesTemp) and insert the results into.
Will a standard make table (SELECT [TableName].[Fields] INTO [tbl_DatesTemp] From [?]) work even though I don't have a FROM table for this last part? I'm assuming not.
Thanks, Tadynn