Search results

  1. J

    Manipulating grouping with code or formula.

    I have a field [ACMT] on my report that holds analysis comments; it [ACMT] resides in the Footer section of my report. The problem is my analysis comments do not show on my report. I learned that the Footer section only displays values in the last record of the table (the record source of the...
  2. J

    VBA code to manipulate grouping on Reports

    I have a field [ACMT] on my report that holds analysis comments; it [ACMT] resides in the Footer section of my report. The problem is my analysis comments do not show on my report. I learned that the Footer section only displays values in the last record of the table (the record source of the...
  3. J

    VBA code to account for greater/less than>,< signs for my Report.

    Hello, I have code that is doing what I want it to do on my Report except when it comes across the occasional >,< signs.{For "Ammonia", when there is a number less than 1, put "BDL", for all other digits round to one decimal place(that's fine!)}. {For "CBOD", when there is a number less than 1...
  4. J

    On Report: Hide duplicates

    I have my Report in Tabular Format. I have a field [US018]that contains the word "Composite". The report looks crowded with the word "Composite" being displayed in each record in that field throughout the report. So, I went to the property of that field and set Hide Duplicate to YES. Of course...
Back
Top Bottom