Search results

  1. W

    Group Header with Columns Down/Across

    Do you like pikters????????? GROUP HEADER 1 __field1__field2__field3|field1__field2__field3__|field1__field2__field3__ . . . GROUP HEADER 2 __field1__field2__field3|field1__field2__field3__|field1__field2__field3__ . . . I don't want data overflowing into my group header! I don't want to use...
  2. W

    Counting in Reports

    The OnPrint() event of the Detail section executes on each record and therefore can be used to increment some value based on your criteria. If you aren't concerned with preserving the data and only want to count all distinct combinations of A,B,C,D then the aggregate function count() could be...
  3. W

    Group Header with Columns Down/Across

    Did I not explain this well? Let me start from the beginning. All I want is: 1) group headers 2) group detail columns with data flowing down/across 3) repeating column headers for each group detail column
  4. W

    using a filter for output....

    Why not use parameters in the source query as your filter criteria? Are you trying to export a batch of these Excel files without user input or something?
  5. W

    Print report in pdf format

    I set a form timer for 500 milliseconds before calling print. This way my Form_Timer function can use SendKeys() to enter directory and file name information without the user having to interact. Not eloquent but it works. Private Sub Whatever() Application.Printer =...
  6. W

    Group Header with Columns Down/Across

    Greets. My goal is to break out detail info based on a group with header and footer. The detail needs 3 columns, all fields in evey column need to be labeled in the header, and data is to flow down then across. I created a subreport for the detail and put all group header information in the...
Back
Top Bottom