I've only recently started using Access, so this could be an easy fix that I'm just not seeing:
I need a report to display the number of projects that are Started or Completed in a given time period and also show how many pending projects are currently in one of four status options. I have the user put in a start and end date and using that I use two queries to count how many projects were started or completed in that time. Then I run another four, one for each of the other status options and count how many of each of those there are. These just go through a table, group the status options and count who many of each there are. When I run these queries by themself, it's fine, they give the correct values. But when I put them into a report, Access gives me an error that it can't connect the record sources the fields are from. So I tried making yet another query that would combine all the other queries for use in the report, but that comes up blank.
Does that make any sense? Any suggestions on how I can streamline this and get it to work?
I need a report to display the number of projects that are Started or Completed in a given time period and also show how many pending projects are currently in one of four status options. I have the user put in a start and end date and using that I use two queries to count how many projects were started or completed in that time. Then I run another four, one for each of the other status options and count how many of each of those there are. These just go through a table, group the status options and count who many of each there are. When I run these queries by themself, it's fine, they give the correct values. But when I put them into a report, Access gives me an error that it can't connect the record sources the fields are from. So I tried making yet another query that would combine all the other queries for use in the report, but that comes up blank.
Does that make any sense? Any suggestions on how I can streamline this and get it to work?