R
Richard Harison
My addled brain needs some help! My database is for a volunteer victims in
crisis organization. The heart of it is an incident form which contains
data relevant to each individual incident.One section has 6 drop down boxes
which all get their row source from the same table, which contains all the
organizations to which a victim might be referred. Thus any victim could be
referred to up to 6 different places. Each DD box has its own control source
field. The form works great, but I have to generate a report which lists
all the organizations and the number of referrals made to each. Thus I have
to combine all the data from the 6 different fields to use as a recordsource
for the report. Problem is -- one victim record could have "Dr. Smith" in
the first DD box, but another might have "Dr. Smith in the second, etc. I
need to know how many referrals were made to Dr. Smith, regardless of which
DD box he might appear.
I thought of relating a table that picked off the incident date, the
organization, and the # of referrals total made to each organization. But I
can't think of a way to send data to two different tables simultaneously,
always appending to the new table. VBA?
Or is there a simpler solution---as I said-- addled brain
Thanks in advance!
crisis organization. The heart of it is an incident form which contains
data relevant to each individual incident.One section has 6 drop down boxes
which all get their row source from the same table, which contains all the
organizations to which a victim might be referred. Thus any victim could be
referred to up to 6 different places. Each DD box has its own control source
field. The form works great, but I have to generate a report which lists
all the organizations and the number of referrals made to each. Thus I have
to combine all the data from the 6 different fields to use as a recordsource
for the report. Problem is -- one victim record could have "Dr. Smith" in
the first DD box, but another might have "Dr. Smith in the second, etc. I
need to know how many referrals were made to Dr. Smith, regardless of which
DD box he might appear.
I thought of relating a table that picked off the incident date, the
organization, and the # of referrals total made to each organization. But I
can't think of a way to send data to two different tables simultaneously,
always appending to the new table. VBA?
Or is there a simpler solution---as I said-- addled brain
Thanks in advance!