Curious if anyone can offer help on an access problem I’m having. I have a rather large database that involves actions within a 7 state area. I have a form that works well to input the information into the table. My queries produce the desired results. My problem is my report. I have a report based on a query. Frequently, I need to count the number of actions by individual state within a given date range. By using the from[] and to[] in the date criteria of my query I get the desired results. In my report I have created a =Dcount expression in the control source. This expression works well when I do not use the from[] and to[] in the date criteria of my query. When I use this criteria in my query, I get the following output, #Error. Really would appreciate any ideas to solve my problem.