![]() |
kujox 11/26/2010 |
Is it possible to add a custom field from another table to the global or any other summary field row of a report page? if any of the field value added in this area usually fetch a blank record in the place.
|
S
|
smith author 11/26/2010 |
Dear Kujox, thanks for the reply,
I'm not 100% sure on what you're asking but you could try changing the sql query by using a JOIN or use an select statement. Table1 is the main table and table2 would be like a lookup table which contains the custom field(details), option_id would relate to the id from table2.
|