I have several different queries in my database. How would I go about pulling data from all of these queries?
For example, I have a query that tells me all of the complete entries, “Complete” being an entry under [Status]. In my ‘Complete’ report, I can do ‘=Count([status])’ and that will give me the total number of complete entries in my database, the problem is, if I =Count([Status]) anywhere else, it returns everything where status isn’t null…
How can I add conditions to my =Count function?
Thanks!