J
JD McLeod
I have a table Risk_tbl which contains business risks. Each risk can be
assigned to multiple components or types, such as compliance risk, financial
risk, products risk, etc. Within each of these categories there are more
types. For example products risk could inlcude loans, deposits, investments,
etc. Right now, in my Risk_tbl, I have a separate field for each of the risk
types (compliance, financial, product, etc.). This is a yes/no type field.
The reason I set it up like this was because each risk only appears once in
the table, but can be assigned to multiple categories, so setting the
categories up as a separate field was the only way I knew how to do it.
Everything has worked good, until I got ready to create a report. I would
like to have the risk type (compliance, financial, product) in the report
header so that I can group and sort on that field. But that won’t doesn’t
work because they are not one field, but separate fields. Can someone help.
Is my problem with reports or is it with my database design. A work around
would be to create different reports with just that specific field for each
risk type in the header, but then if I ever changed the report, I would have
to redo it numerous times for each risk type. What about basing the report
off a parameter query, not sure. Any help would be appreciated. Thanks.
assigned to multiple components or types, such as compliance risk, financial
risk, products risk, etc. Within each of these categories there are more
types. For example products risk could inlcude loans, deposits, investments,
etc. Right now, in my Risk_tbl, I have a separate field for each of the risk
types (compliance, financial, product, etc.). This is a yes/no type field.
The reason I set it up like this was because each risk only appears once in
the table, but can be assigned to multiple categories, so setting the
categories up as a separate field was the only way I knew how to do it.
Everything has worked good, until I got ready to create a report. I would
like to have the risk type (compliance, financial, product) in the report
header so that I can group and sort on that field. But that won’t doesn’t
work because they are not one field, but separate fields. Can someone help.
Is my problem with reports or is it with my database design. A work around
would be to create different reports with just that specific field for each
risk type in the header, but then if I ever changed the report, I would have
to redo it numerous times for each risk type. What about basing the report
off a parameter query, not sure. Any help would be appreciated. Thanks.