Search results

  1. M

    Many Issues...Need Help

    ...in regards to item #2 right click on the detail section while in the report design select properties select the "format" tab "Force New Page" should be set no "None"
  2. M

    complex iif statement

    I figured it out... If [Single Family] = 90 Then If [Duplex] = 10 Then If [Apartments] = 20 Then [Single Family].ForeColor = 16711680 [Duplex].ForeColor = 16711680 [Apartments].ForeColor = 16711680 Else [Single...
  3. M

    complex iif statement

    Is it possible to have an iif statement build upon multiple conditions? I would liketo change the formatting of the report when three conditions are met...
  4. M

    Calculating selected records in group header

    I have a table displaying all records. There is a comments field for modified records (e.g new, amended, or deleted). This way all edits are retained in the table. In my report I have totaled each records amount in the group header. My problem is the deleted records are included in the...
  5. M

    DSum? Multiple Subtotals

    Goto Sorting and Grouping. Specify Brand and Group (each only once) in the field/expression area of the table. Below the table select "yes" for both Group Header and Group Footer for both Brand and Group. This will show your group footer below the brand footer and not show the duplicated...
  6. M

    Report Totals

    Place the text boxes you want to display totals in the report header of the report. If your field name is "field" type "=sum[field]" in the text box. You can either leave the rest of the report blank or show the details in a header or the detail sections of the report. Hope this helps...
  7. M

    Too many fields, unable to create report

    How many fields can be used in a report created through the report wizard? Apparently 41 fields is too many... If I dont use the report wizard, is there still a field limitation? Thanks
Back
Top Bottom