G
Guest
I have a database that tracks medical facilities. Each facility has at least
one Specialty classification (ex. surgery, pediatrics, cardiology, etc), and
many of them have several Specialty classifications. The facility name is
the Primary key for the table that stores the info and each Specialty is a
field that is either checked or not depending on whether it applies or not.
What I would like is a query that returns the field names of the
Specialties that are True for each given Medical Facility.
Please Help
one Specialty classification (ex. surgery, pediatrics, cardiology, etc), and
many of them have several Specialty classifications. The facility name is
the Primary key for the table that stores the info and each Specialty is a
field that is either checked or not depending on whether it applies or not.
What I would like is a query that returns the field names of the
Specialties that are True for each given Medical Facility.
Please Help