View Full Version : Looking Up a Value


crhodus
09-24-2001, 09:36 AM
I have a fild that on my report that contains a company number. Is there any way I can modify this field to look up the company name that is associated with this company number, so that it will display the company name instead of the company number? Hope this make sense.

Thanks!

Rich
09-24-2001, 10:07 AM
You can either use DLookup or the prefered method and add the company name into your underlying query.
HTH

crhodus
09-24-2001, 02:03 PM
Thanks! I'll look into it.