A
Ally
A table has a text look up field called "TypeOfRequest" which takes "1" for
"New", "2" for "Replace", "3" for "Construction" from a table nameed
tblTableOfRequest as a look up table. I get the value such as "1", "2", or
"3" for the TypeOfRequest field from users. However, I don't want to display
1, 2, or 3 for TypeOf Request later in my query or on the report that would
based on the query. I want the corresonding meaning of the number showed up
on the report. For example, if the TypeOf Request is 1, I want "New"
displayed in the query or on the report. If the TypeOf Rquest is 2, I want
"Replace" displayed in the query or on the report.
Would anyone please let me know how I should make the real meaning displayed
while storing the numeric number (text field) in the field?
Thanks a lot!
"New", "2" for "Replace", "3" for "Construction" from a table nameed
tblTableOfRequest as a look up table. I get the value such as "1", "2", or
"3" for the TypeOfRequest field from users. However, I don't want to display
1, 2, or 3 for TypeOf Request later in my query or on the report that would
based on the query. I want the corresonding meaning of the number showed up
on the report. For example, if the TypeOf Request is 1, I want "New"
displayed in the query or on the report. If the TypeOf Rquest is 2, I want
"Replace" displayed in the query or on the report.
Would anyone please let me know how I should make the real meaning displayed
while storing the numeric number (text field) in the field?
Thanks a lot!