SimplyDemented
Registered User.
- Local time
- Today, 13:46
- Joined
- Jun 7, 2007
- Messages
- 15
I am very new to access and I am trying to get a simple count to work.
I have a table with about 6 fields, one being Comp_Inc.
That field is always either "Complete" or "Incomplete".
I then have a query that uses 3 boxes from a form, "Begin_Date", "End_Date", and "Name". The report is based on this query and returns information from the table for the given name within the given date range.
Now the fun part. I have a count that tells me how many records are returned. Now I need the report to show how many of those records returned are completes, and how many are incompletes.
I have tried a minimum of 12 or so different ways to do this. Again I am very new to this, but things just aren't making sense to me. If I try to make a new query just for the count, it gives me a text box asking to enter data I guess since the report isnt tied to the query. I can't change the query I already have it tied to since it's made to filter people names and dates, and adding a field keeps resulting in unwanted filtering. I don't know VB so my function for calculating a running tally doesn't work. etc, etc.
I'm really at witts end here and would love some help. Logically, I would imagine you should just be able to enter a count x where y in the expression builder for the report, but none I have tried work.
Any help is appreciated
I have a table with about 6 fields, one being Comp_Inc.
That field is always either "Complete" or "Incomplete".
I then have a query that uses 3 boxes from a form, "Begin_Date", "End_Date", and "Name". The report is based on this query and returns information from the table for the given name within the given date range.
Now the fun part. I have a count that tells me how many records are returned. Now I need the report to show how many of those records returned are completes, and how many are incompletes.
I have tried a minimum of 12 or so different ways to do this. Again I am very new to this, but things just aren't making sense to me. If I try to make a new query just for the count, it gives me a text box asking to enter data I guess since the report isnt tied to the query. I can't change the query I already have it tied to since it's made to filter people names and dates, and adding a field keeps resulting in unwanted filtering. I don't know VB so my function for calculating a running tally doesn't work. etc, etc.
I'm really at witts end here and would love some help. Logically, I would imagine you should just be able to enter a count x where y in the expression builder for the report, but none I have tried work.
Any help is appreciated