Right now I have an access database of clients for which I perform services at predetermined intervals (quarterly, monthly, annually, etc). See example below.
[TABLE="width: 466"]
<colgroup><col><col></colgroup><tbody>[TR]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[/TR]
[TABLE="class: grid, width: 466"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="colspan: 2"]Client Database
[/TD]
[/TR]
[TR]
[TD]Client [/TD]
[TD]Months Due
[/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]Jan[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]March; June; Sept; Dec
[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Feb; May; Aug; Nov
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]June
[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]Apr; Oct[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sept, Oct, Nov, Dec
[/TD]
[/TR]
</tbody>[/TABLE]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Each month, I would like to generate a new report/table/query/anything that will display all the clients that are "due" that month. In this newly generated report, I would also like to have columns in which I can enter dates that each step of the work is completed, like below:
[/TD]
[TD][/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD][TABLE="class: grid, width: 280"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD="colspan: 4"]Desired Monthly Report (June)
[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Task A[/TD]
[TD]Task B[/TD]
[TD]Task C[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD="align: right"]8/15/2017[/TD]
[TD="align: right"]8/16/2017[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Client D
[/TD]
[TD="align: right"]8/5/2017[/TD]
[TD] [/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]Client F[/TD]
[TD="align: right"]8/1/2017[/TD]
[TD="align: right"]8/15/2017[/TD]
[TD="align: right"]8/16/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Additionally, if I later make a change to the underlying table (ie., change the months that a client is due), I do not want it to effect past reports. (If in 2018 a client changes from quarterly to monthly, I dont want the row and dates to disappear from old reports made in 2017).
Sorry if this is not clear - I am new to access and self-taught
[TABLE="width: 466"]
<colgroup><col><col></colgroup><tbody>[TR]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][TABLE="class: grid, width: 500"]
<tbody>[TR]
[/TR]
[TABLE="class: grid, width: 466"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="colspan: 2"]Client Database
[/TD]
[/TR]
[TR]
[TD]Client [/TD]
[TD]Months Due
[/TD]
[/TR]
[TR]
[TD]A
[/TD]
[TD]Jan[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]March; June; Sept; Dec
[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]Feb; May; Aug; Nov
[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]June
[/TD]
[/TR]
[TR]
[TD]E[/TD]
[TD]Apr; Oct[/TD]
[/TR]
[TR]
[TD]F[/TD]
[TD]Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sept, Oct, Nov, Dec
[/TD]
[/TR]
</tbody>[/TABLE]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD]Each month, I would like to generate a new report/table/query/anything that will display all the clients that are "due" that month. In this newly generated report, I would also like to have columns in which I can enter dates that each step of the work is completed, like below:
[/TD]
[TD][/TD]
[/TR]
[TR]
[/TR]
[TR]
[TD][TABLE="class: grid, width: 280"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD="colspan: 4"]Desired Monthly Report (June)
[/TD]
[/TR]
[TR]
[TD]Client[/TD]
[TD]Task A[/TD]
[TD]Task B[/TD]
[TD]Task C[/TD]
[/TR]
[TR]
[TD]Client B[/TD]
[TD="align: right"]8/15/2017[/TD]
[TD="align: right"]8/16/2017[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]Client D
[/TD]
[TD="align: right"]8/5/2017[/TD]
[TD] [/TD]
[TD]
[/TD]
[/TR]
[TR]
[TD]Client F[/TD]
[TD="align: right"]8/1/2017[/TD]
[TD="align: right"]8/15/2017[/TD]
[TD="align: right"]8/16/2017[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Additionally, if I later make a change to the underlying table (ie., change the months that a client is due), I do not want it to effect past reports. (If in 2018 a client changes from quarterly to monthly, I dont want the row and dates to disappear from old reports made in 2017).
Sorry if this is not clear - I am new to access and self-taught