I am somewhat new to Access and I have a problem. I would like to input a starting date and an ending date and have my query give me a count of records for a few fields for work done between those dates. This is like a monthly report kind of thing. I have created independant queries that give me the counts that I am looking for, however, I cannot seem to get a report or a form to show me the values the queries generated. I know there has to be a better way of doing this than running six seperate queries. Here is the way the data is structured:
Fields
Preliminary_Record_Date
Preliminary_Review_Date
Final_Review_Date
I have 3 more fields that I need to show counts on, but if someone could show me how to setup the ones I have shown here, I can probably manage the others. I would like to be able to get the counts I need from one query if possible. I can then setup the report to get the values I need from the one query.
There are other fields in the table that are not date fields such as job_number that I have used to get my counts from the individual queries.
Thanks for any help you can give me
Fields
Preliminary_Record_Date
Preliminary_Review_Date
Final_Review_Date
I have 3 more fields that I need to show counts on, but if someone could show me how to setup the ones I have shown here, I can probably manage the others. I would like to be able to get the counts I need from one query if possible. I can then setup the report to get the values I need from the one query.
There are other fields in the table that are not date fields such as job_number that I have used to get my counts from the individual queries.
Thanks for any help you can give me