N
Nick
Hi,
I have an Access report I have been asked to ammend. I have information
in a table called Main which has a record called App_Type. App_Type
contains a 2 character code (e.g. DE, NW, UR). These codes have meaning
to us but mean very little to others - (e.g. DE = Deleted, NW = New, UR
= Urgent). I can call this information through to a report but it
displays as "UR" or "DE".
Our report is going to be read by external people so must be
simplified. I need an expression that changes the code and displays the
full text. I don't know how to write an expression in Access but I
imagine the logic would be something like this :-
: If App_Type = "UR" Then Display "Urgent"; If "NW" The Display
"New"...
The result in the report would be that the reader would only be able to
see the words "Urgent" and not the code.
Can anyone help
any help is appreciated
regards
Nick
I have an Access report I have been asked to ammend. I have information
in a table called Main which has a record called App_Type. App_Type
contains a 2 character code (e.g. DE, NW, UR). These codes have meaning
to us but mean very little to others - (e.g. DE = Deleted, NW = New, UR
= Urgent). I can call this information through to a report but it
displays as "UR" or "DE".
Our report is going to be read by external people so must be
simplified. I need an expression that changes the code and displays the
full text. I don't know how to write an expression in Access but I
imagine the logic would be something like this :-
: If App_Type = "UR" Then Display "Urgent"; If "NW" The Display
"New"...
The result in the report would be that the reader would only be able to
see the words "Urgent" and not the code.
Can anyone help
any help is appreciated
regards
Nick