User wants a report showing patients who are Frequent Fallers for each month.
However, they define this as any person who falls 2 times in any week or 3 times in any month. (If someone satisfied both criteria they would only be counted once).
Questions: Weeks (Sunday - Saturday or Monday - Sunday) don't line up exactly with Calendar month. How do you work with that?
Overall, what is the simplest way to get to the end results?
Query for the first criteria, then for the second and write results for each to a table? Some other way?
However, they define this as any person who falls 2 times in any week or 3 times in any month. (If someone satisfied both criteria they would only be counted once).
Questions: Weeks (Sunday - Saturday or Monday - Sunday) don't line up exactly with Calendar month. How do you work with that?
Overall, what is the simplest way to get to the end results?
Query for the first criteria, then for the second and write results for each to a table? Some other way?