EastIndian
Technical User
I have a table that has three columns: ProjName, AnnualInsp, PLInsp. AnnualInsp and PLInsp are dates--they are never the same date. Annual Insp is always 10 months prior to PLInsp. I would like to create a report that will tell me what Inspections are due each month. For example, If January of 2004 has Two Annual Inspections and Two PL Inspections I would like it to look like this:
JANUARY 2004
Title AnnualInsp PLInsp
PlaceA 01/01/2004 10/01/2005
PlaceC 01/15/2004 10/15/2005
PlaceR 03/23/2003 01/23/2004
PlaceT 03/29/2003 01/29/2004
FEBRUARY 2004
Title AnnualInsp PLInsp
PlaceB 02/05/2004 11/05/2005
PlaceE 04/07/2003 02/07/2004
Thanks for your help!
JANUARY 2004
Title AnnualInsp PLInsp
PlaceA 01/01/2004 10/01/2005
PlaceC 01/15/2004 10/15/2005
PlaceR 03/23/2003 01/23/2004
PlaceT 03/29/2003 01/29/2004
FEBRUARY 2004
Title AnnualInsp PLInsp
PlaceB 02/05/2004 11/05/2005
PlaceE 04/07/2003 02/07/2004
Thanks for your help!