S
Sean Clayton
Hi,
I need a little bit of assistance with this problem, hopefully before
my brain explodes.
I'm attempting to create a report based on a table of patient records.
The report is intended to show certain date on the patients divided by
month. That part hasn't been a problem; all I did was group the
patients by the relevant date field by putting the date field in a
date header. I also needed to have a count of all the patients in a
particular month; again, no issue, just a count of an ID number in
that same date header.
Here's where things are coming apart, though. I also need to break
that count down by certain yes/no fields. For example, each patient
has a checkbox for ApproachedToConsent, one for Declined, and one for
Consented. I need separate counts for how many patients in a month
ApproachedToConsent, how many Declined, and one for Consented.
What seems clear to me at first glance is to put a WHERE clause in the
Control Source field of a text box, but Access doesn't like that much.
Can someone lend me some ideas?
Thank you in advance,
-Sean
I need a little bit of assistance with this problem, hopefully before
my brain explodes.
I'm attempting to create a report based on a table of patient records.
The report is intended to show certain date on the patients divided by
month. That part hasn't been a problem; all I did was group the
patients by the relevant date field by putting the date field in a
date header. I also needed to have a count of all the patients in a
particular month; again, no issue, just a count of an ID number in
that same date header.
Here's where things are coming apart, though. I also need to break
that count down by certain yes/no fields. For example, each patient
has a checkbox for ApproachedToConsent, one for Declined, and one for
Consented. I need separate counts for how many patients in a month
ApproachedToConsent, how many Declined, and one for Consented.
What seems clear to me at first glance is to put a WHERE clause in the
Control Source field of a text box, but Access doesn't like that much.
Can someone lend me some ideas?
Thank you in advance,
-Sean