R
robertm600635
i have a database that holds all the information about our clients. We have
an outpatient program which is billed according to how many group sessions
they attend. What I'd like to do is generate a report that shows which
clients attended group on a particular day. I have a ClientInfo table related
to a OPAttend table. In the OPAttend table there is a field for group session
date and a Yes/No field to mark if they attended or not. I'm just not sure
how to set the report up. Any suggestions?
an outpatient program which is billed according to how many group sessions
they attend. What I'd like to do is generate a report that shows which
clients attended group on a particular day. I have a ClientInfo table related
to a OPAttend table. In the OPAttend table there is a field for group session
date and a Yes/No field to mark if they attended or not. I'm just not sure
how to set the report up. Any suggestions?