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

    tried this to no avail...
  3. 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...
  4. M

    Date Search

    Rich, Thanks a million, that worked a treat..
  5. M

    Date Search

    Bud I have tried the code you gave me, this does not bring back the error message, it brings back the report but the report is completely blank, it looks as though the filter is not occuring on the dates. Have you any other suggestions?
  6. 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...
  7. M

    Report generator

    were can I find the Solutions example database??
  8. 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