Hi, is there a way to do a dlookup type function within crystal reports? I have a problem because I have a report that is based on two tables. These two tables have no relation what so ever. The first table is my customer table, and the second table is a table filled with constant data that may be changed once in a while.
So my report is based on the customer table. I have a formula field in this report that needs to go to the constant table and return the value column where the constant field equals a certain value.
eg.
=DLookUp("value","tbl_CONSTANT","ConstantType='SOMETHING'")
Thank you
So my report is based on the customer table. I have a formula field in this report that needs to go to the constant table and return the value column where the constant field equals a certain value.
eg.
=DLookUp("value","tbl_CONSTANT","ConstantType='SOMETHING'")
Thank you