Thanks for responding dhookom. I ended up just creating a query using/joining some tables that have both the id#'s & text description. I guess I could have also written an "if/then/else". But, for future reference I like to know what my report options are using switch or ?. The following switch function worked great, but I didn't attempt to go beyond 7:
=Switch([SubProc_ID]="6","Calculations/Analysis",[SubProc_ID]="9"," Document Preparation & Processing",[SubProc_ID]="13","Configuration Management",[SubProc_ID]="18","Licensing Bases Management",[SubProc_ID]="24","CRDR Evaluation",[SubProc_ID]="40","Performance Monitoring",[SubProc_ID]="42","Planning & Scheduling",[SubProc_ID]="43","Contract Preparing/Monitoring",[SubProc_ID]="49","Other-Explain",[SubProc_ID]="99","Impact / X-Org Review"
Users simply need to know what processes (SubProc)are getting the most action. I will also sum them up etc., but they want to see each process + the corresponding data (which also have ID's instead of text like in the switch above).
While those that manage the db know what the SubProc_ID is, I didn't want the USERS to have to literally translate the ID to the corresponding text. (We use ID's instead of text because the data is used for trending purposes in an external db.)
Sorry so long...just thought I might be missing out on something.
Julie