Search results

  1. M

    Adding sub-group totals in report footers.

    I am trying to create this report which is grouped by "Que" and then within "Que" it is grouped by "Acct Type" (report is extracted from a Query and looks something like this as an example). Toy Que A 8 B 10 Food Que A 15 B 30 where Toy que and Food Que belong to the main group and...
  2. M

    Summary Totals

    I have a report which displays the status of applicants, the applicants are grouped by Area of interest and then by status. There is a total for the amount of applicants in each area of interest, this is acquired by having a field in the footer of the Status grouping with the following code...
  3. M

    Date Search

    I have a form with two fields, one field is DateFrom and the other field is DateTo. The input mask for both fields is 00/00/0000 and the format for both is Short Date. I have a button that I click on the form and the button searches in a databse table for records with the dates between FromDate...
  4. M

    Report generator

    Hi, I have a form with some fields and a button. The fields are dropdowns to a table where I can select certain criteria such as "proposer" or "status" into the fields. I then click the button and it kicks off the following code: Dim stDocName As String stDocName = "STATUS REPORT"...
Back
Top Bottom