J
JD McLeod
I am attempting to perform a lookup on a report and having some problems.
First some background. I have a table called Assessment_Grade with 2 columns
in it – one for assessment_rating and one for assessment_grade. For example
the rating is high and the grade is 3, or moderate and 2 or low and 1. The
reason I have a number is that it is used in calculations. This is the only
data in this table. I use this table in lookups on several forms to display
the grade high, low etc. for the user to choose from, but actually store the
numerical value in the table. One such table where a form is used is the
risk_assessment table. Data in this table is populated by users completing a
form and selecting the risk rating. The form then stores the numerical value
in the table. I now want to run a report on the risk_assessment table, but I
get the numerical value on my report when I actually want the rating, i.e.
high, low, etc. I tried to use lookup formula on the report, but could not
get it to work. Can anyone tell me where I am going wrong? Thanks.
First some background. I have a table called Assessment_Grade with 2 columns
in it – one for assessment_rating and one for assessment_grade. For example
the rating is high and the grade is 3, or moderate and 2 or low and 1. The
reason I have a number is that it is used in calculations. This is the only
data in this table. I use this table in lookups on several forms to display
the grade high, low etc. for the user to choose from, but actually store the
numerical value in the table. One such table where a form is used is the
risk_assessment table. Data in this table is populated by users completing a
form and selecting the risk rating. The form then stores the numerical value
in the table. I now want to run a report on the risk_assessment table, but I
get the numerical value on my report when I actually want the rating, i.e.
high, low, etc. I tried to use lookup formula on the report, but could not
get it to work. Can anyone tell me where I am going wrong? Thanks.