CynthiaDel
Registered User.
- Local time
- Today, 08:02
- Joined
- Jul 28, 2015
- Messages
- 15
Hello. I need a query that will result in a list of records for a specific criteria. For example.....
I have a table called "TBL_2015DataTracker" with all my data that I enter on a daily basis using a form. The data to be entered on the form is an employee name, the specific document they are submitting (there are a total of 3 documents they can submit at any given time), and the month they are submitting it for.
I want a query where I can enter a specific parameter/critiera such as "September" and I want a list of all the employees who did NOT submit a specific document for the month of September.
For example.....
Cynthia Delgado - Safety Roster - September
This will tell me that Cynthia Delgado does NOT have a "Safety Roster" submitted for the month of "September".
I have a table called "TBL_2015DataTracker" with all my data that I enter on a daily basis using a form. The data to be entered on the form is an employee name, the specific document they are submitting (there are a total of 3 documents they can submit at any given time), and the month they are submitting it for.
I want a query where I can enter a specific parameter/critiera such as "September" and I want a list of all the employees who did NOT submit a specific document for the month of September.
For example.....
Cynthia Delgado - Safety Roster - September
This will tell me that Cynthia Delgado does NOT have a "Safety Roster" submitted for the month of "September".