Paradox 7.
I have a table with 7 fields placed in the report footer using the table tool.
The first field will have different company names. I need a specific name in that field to print in bold when it shows up.
What I do, using the field tool is create one additional field (calculated) that I place directly on top the field in the table frame. Then I define field, check calculated, and start with IIF([TblName.FieldName] etc. See below. However when I select the field name from the drop down list the summary box selection for some reason is "count" and I can't change this in the Summary box. If I change it in the calculated field section I get an error message "Invalid reference . . ."
This is the calculation in that field to get the result of BOLD PRINT SPECIFIC NAME No wild cards:
IIF([TblName.FieldName]="SMITH COMPANY IRVINE","SMITH COMPANY IRVINE","")
This works fine in the record band but no in the report footer for some reason.
Any assistance would be greatly appreciated. Rick
I have a table with 7 fields placed in the report footer using the table tool.
The first field will have different company names. I need a specific name in that field to print in bold when it shows up.
What I do, using the field tool is create one additional field (calculated) that I place directly on top the field in the table frame. Then I define field, check calculated, and start with IIF([TblName.FieldName] etc. See below. However when I select the field name from the drop down list the summary box selection for some reason is "count" and I can't change this in the Summary box. If I change it in the calculated field section I get an error message "Invalid reference . . ."
This is the calculation in that field to get the result of BOLD PRINT SPECIFIC NAME No wild cards:
IIF([TblName.FieldName]="SMITH COMPANY IRVINE","SMITH COMPANY IRVINE","")
This works fine in the record band but no in the report footer for some reason.
Any assistance would be greatly appreciated. Rick