Recent content by mrdb89

  1. M

    moving results from a report

    Advantage Why in 2 databases:- The first is for the invoices and the second is for the statements, so I only want to store the Totals, date, invoice number, for the statement which is printed on a different day. Which is better like that than to recalculate to print off the statements.
  2. M

    moving results from a report

    Harry, I have looked at the reply, but I dont understand much of it. I know where to put it. I dont know which bits to change to my own database? Dim WrkJet As Workspace ( No idea ??) Dim MyDB As Database ( MyDB , I guess means my own db) Dim MyRS As Recordset ( No idea ??) MyTot =...
  3. M

    moving results from a report

    Hi, I want the result in my report to go to another database, after I have printed. :--- I got database1 where I store most of the info dept, Date, item, price, description. I have about 10 Depts. I then have a report that prints the item prices from a Dept, with a sub total and with the...
  4. M

    count the records, sum not run over pages.

    Hi, I have look at 'top value'. I have changed the setting from all to 25 and 5 but the preview still displays all the records.
  5. M

    count the records, sum not run over pages.

    Hi, Is it possible to count the records into a report, but then to stop them have after say 25 records as been put into the report. Is it possible for the total runnimg sum not to be transferred on to the next page. ( start the sum from zero on every new page started )
  6. M

    Print only the first page from a number of pages

    Hi, How can I get only the first page of a long report of data to print out?
Back
Top Bottom