DataBase - Display different color on report

Asked By Megaton
20-Nov-09 09:55 PM
This may sound crazy. If I want to display red for negative numbers and
yellow for positive numbers on the same text box on a report, is it possible?

Thanks
  Megaton replied to Megaton
20-Nov-09 09:59 PM
Forum was bugged just now. Please refer to the question above. Sorry.
  Al Campagna replied to Megaton
20-Nov-09 10:14 PM
Please see my reply to your 9:56PM duplicate post...

Al Campagna
  MarkusStadelmann replied to Megaton
21-Nov-09 08:20 PM

         
help
Page Footer DataBase hi, here's my scenario of my problem i had one report (Report A) and it has a page footer once i viewed it the page footer appears, but when i sub report the Report A on a another report (Report B) the page footer of Report A does show and it supposed to be shown at the page footer of Report B. its there anyway to show the page footer of Report A to Report B
Combine report DataBase On the A report, I would like to link or insert the total field that is on the other report, report B. Is there away that I can make the report A shows the report B textbox ? Please help. Thanks Chi Access Reports Discussions Report (1) Chi (1) Subreport (1) Textbox (1) DEWEY (1) Use a subreport. - - KARL DEWEY Build a little - Test a little No, not unless report B is displayed as a subreport on report A. If report B is not used
Summing a sub report DataBase Hi I have a main report with a sub report embedded in it. Within the sub report I have a currency field CURR1. Question - I want to sum this CURR1 field in the report header of the main report but keep on getting Error#, I think my naming convention in relation to CURR1 in the sub report is incorrect. Expression below: = Sum([Main Report].[Sub Report]![CURR1]) Any ideas? Access Reports Discussions CURR (1) ReportFooter (1) SubReport (1) SubReportName
Reporting Issue DataBase I've created a very simple report. Well, 1 / 10th of a report. I have a report, and it has a sub report. The sub report calls from a query and I've created an excel style report using the report header and the detail section. The problem is as follows: Query pulls 15 records. The report shows 15 records in my grid as it's supposed to. The report generates 15
Descriptive headings in report header derived from report's name DataBase I have numerous reports for which I want to create headings in the report headers, derived from the (object) name for each report. For efficient editing of report headings, I have created a query derived from MSysObjects and added fields that, when concatenated produce the desired descriptive headings. I thought to have each of the report names link to their corresponding names in the table so that the concatenated fields unique to each report would be displayed in the report headers. How do I get these headings from the table back into the report headers