Created a report in Access where each record has two checkboxes "FIM Incomplete" and "FIMInaccurate" . Have been able to create totals and percentages at bottom of report for each. However, once I alter the query to require the user to enter a start date and end date for the period of time the information is desired, the expressions at the bottom of the report result in "error". What needs correction to allow for this variable? Currently, the expressions are:
=DCount("FIMIna ccurate","Perio d Query","FIMInac curate=Yes")
=(DCount("FIMIn accurate","Peri od Query","FIMInac curate = yes"))/(DCount("FIMIna ccurate","Sr Metrix Period Query"))
I'm not a programmer (wish I was and knew a whole lot more about syntax) so any help would be very appreciated.
=DCount("FIMIna ccurate","Perio d Query","FIMInac curate=Yes")
=(DCount("FIMIn accurate","Peri od Query","FIMInac curate = yes"))/(DCount("FIMIna ccurate","Sr Metrix Period Query"))
I'm not a programmer (wish I was and knew a whole lot more about syntax) so any help would be very appreciated.
Comment