Search results

  1. C

    Extra Spacing at the Bottom of a Report

    I have a sub-report and the last row is highlight, however, there seems to be extra spacing after the last row. I removed all report/page header/footer so all what's left is the Detail section but I still have this white space after the last row. Does anybody know what could be causing this...
  2. C

    Alternating BackColor

    Is there a way to only highlight the last row of the detail section in a report? I tried the following code in the "Format" but could not get it to work in Access 2010. If Me.ClaimStatuses = "Total Potential Recoverable" Then Me.Section(acDetail).BackColor = vbYellow Else...
  3. C

    Combo Box That will Auto Populate Form

    I have 3 combo boxes, 2 of which the users will see so they can input 2 fields where combo box 1 is coming from the result from a hidden form while combo box 2 is coming from the line item result from combo box 1 and the 3rd combo will be used to query the form because it's the primary key in...
  4. C

    Using Multiple Combo Boxes in Search For Record Macro

    This is the first time I've had to deal with retrieving a record using two combo boxes. I got this to work in the first form where it's only one combo box using an embedded macro After Update and in that macro I have a "SearchForRecord" with a Where Condition that equals the record I want to...
Back
Top Bottom