I have combo boxes throughout my database which show a code description to the end user but store the code in the database. Now I need to set up some reports where I have to list the description as the answer and in some cases show the code number in a separate box. Currently I get the code when I place a field in the report. This is fine for where I show the code above. I gather I need a text box which is probably doing a dlookup on the code table, loking up the code in the code field on the report and returning the description to the unbound text box.
I am just wondering if there are other more efficient ways to do this and if not what is the specific Dlookup code I require?
Thanks
I am just wondering if there are other more efficient ways to do this and if not what is the specific Dlookup code I require?
Thanks