I am trying to make a report that will query for specific times of the year what has been done and what has not been done. It would key off the checklist and and type of check.
tblFieldTag
FieldTagID
WeeklyCheck (yes/no)
MonthlyCheck (yes/no)
YearlyChekck (yes/no)
ValveChecklist (yes/no)
MCCChecklist (yes/no)
tblFieldNotes
FieldNotesID (autonumber)
FieldTagID (This is a required field)
FieldNotesDate
FieldNotesText
for example the Weekly Valve checks would be done monthly. I get how to search for a specific month by using between dates.
What I am having trouble with is how to write it so the supervisor can go to a form run a query and have the report ran for each month and not have to enter the date he is inquiring about. So for February he can so what was not done.
(this is one example of many checks that are required to be done. There are weekly monthly quarterly etc..) The supervisor would like to see this one report so he can report out to the mill manager.
thanks in advance,
Kelly
tblFieldTag
FieldTagID
WeeklyCheck (yes/no)
MonthlyCheck (yes/no)
YearlyChekck (yes/no)
ValveChecklist (yes/no)
MCCChecklist (yes/no)
tblFieldNotes
FieldNotesID (autonumber)
FieldTagID (This is a required field)
FieldNotesDate
FieldNotesText
for example the Weekly Valve checks would be done monthly. I get how to search for a specific month by using between dates.
What I am having trouble with is how to write it so the supervisor can go to a form run a query and have the report ran for each month and not have to enter the date he is inquiring about. So for February he can so what was not done.
(this is one example of many checks that are required to be done. There are weekly monthly quarterly etc..) The supervisor would like to see this one report so he can report out to the mill manager.
thanks in advance,
Kelly